8331159: VM build without C2 fails after JDK-8180450

Reviewed-by: thartmann, kvn, aph
This commit is contained in:
Bernhard Urban-Forster 2024-05-31 18:18:49 +00:00 committed by Vladimir Kozlov
parent e99f6a65a8
commit 8aeada105a

@ -8464,6 +8464,7 @@ class StubGenerator: public StubCodeGenerator {
#endif // LINUX
#ifdef COMPILER2
if (UseSecondarySupersTable) {
StubRoutines::_lookup_secondary_supers_table_slow_path_stub = generate_lookup_secondary_supers_table_slow_path_stub();
if (! InlineSecondarySupersTest) {
@ -8473,6 +8474,7 @@ class StubGenerator: public StubCodeGenerator {
}
}
}
#endif
StubRoutines::_upcall_stub_exception_handler = generate_upcall_stub_exception_handler();