mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
parent
cdcc52dcab
commit
425fb8197e
1 changed files with 2 additions and 1 deletions
|
@ -929,7 +929,8 @@ public:
|
|||
guarantee(SystemDictionary::constraints()->number_of_entries() == 0,
|
||||
"loader constraints are not saved");
|
||||
// Revisit and implement this if we prelink method handle call sites:
|
||||
guarantee(SystemDictionary::invoke_method_table()->number_of_entries() == 0,
|
||||
guarantee(SystemDictionary::invoke_method_table() == NULL ||
|
||||
SystemDictionary::invoke_method_table()->number_of_entries() == 0,
|
||||
"invoke method table is not saved");
|
||||
GenCollectedHeap* gch = GenCollectedHeap::heap();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue