We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f39bd commit b17c0b6Copy full SHA for b17c0b6
src/hotspot/cpu/ppc/stubGenerator_ppc.cpp
@@ -4889,12 +4889,14 @@ void generate_lookup_secondary_supers_table_stub() {
4889
// arraycopy stubs used by compilers
4890
generate_arraycopy_stubs();
4891
4892
+#ifdef COMPILER2
4893
if (UseSecondarySupersTable) {
4894
StubRoutines::_lookup_secondary_supers_table_slow_path_stub = generate_lookup_secondary_supers_table_slow_path_stub();
4895
if (!InlineSecondarySupersTest) {
4896
generate_lookup_secondary_supers_table_stub();
4897
}
4898
4899
+#endif // COMPILER2
4900
4901
StubRoutines::_upcall_stub_exception_handler = generate_upcall_stub_exception_handler();
4902
StubRoutines::_upcall_stub_load_target = generate_upcall_stub_load_target();
0 commit comments