mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8292584: assert(cb != __null) failed: must be with -XX:-Inline
Reviewed-by: kvn, rpressler
This commit is contained in:
parent
04d8069bac
commit
fa68371bb8
48 changed files with 246 additions and 392 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue