8350585: InlineSecondarySupersTest must be guarded on ppc64 by COMPILER2

Reviewed-by: amitkumar, mdoerr
This commit is contained in:
Matthias Baesken 2025-02-25 14:38:19 +00:00
parent 62f39bd646
commit b17c0b63a1

View File

@ -4889,12 +4889,14 @@ void generate_lookup_secondary_supers_table_stub() {
// arraycopy stubs used by compilers
generate_arraycopy_stubs();
#ifdef COMPILER2
if (UseSecondarySupersTable) {
StubRoutines::_lookup_secondary_supers_table_slow_path_stub = generate_lookup_secondary_supers_table_slow_path_stub();
if (!InlineSecondarySupersTest) {
generate_lookup_secondary_supers_table_stub();
}
}
#endif // COMPILER2
StubRoutines::_upcall_stub_exception_handler = generate_upcall_stub_exception_handler();
StubRoutines::_upcall_stub_load_target = generate_upcall_stub_load_target();