8292584: assert(cb != __null) failed: must be with -XX:-Inline

Reviewed-by: kvn, rpressler
This commit is contained in:
Dean Long 2022-09-01 20:19:37 +00:00
parent 04d8069bac
commit fa68371bb8
48 changed files with 246 additions and 392 deletions

View file

@ -91,7 +91,6 @@ class TemplateInterpreterGenerator: public AbstractInterpreterGenerator {
address generate_abstract_entry(void);
address generate_math_entry(AbstractInterpreter::MethodKind kind);
address generate_Reference_get_entry();
address generate_Continuation_doYield_entry();
address generate_CRC32_update_entry();
address generate_CRC32_updateBytes_entry(AbstractInterpreter::MethodKind kind);
address generate_CRC32C_updateBytes_entry(AbstractInterpreter::MethodKind kind);