mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8027146: Class loading verification failure if GC occurs in Universe::flush_dependents_on
Remove search in system dictionary and hacks, replace with verifying in CLD::_klasses list. Reviewed-by: dcubed, acorn
This commit is contained in:
parent
c9b3cbbdcc
commit
4ab0b2732c
13 changed files with 36 additions and 52 deletions
|
@ -1087,7 +1087,7 @@ public:
|
|||
const char* internal_name() const;
|
||||
|
||||
// Verification
|
||||
void verify_on(outputStream* st, bool check_dictionary);
|
||||
void verify_on(outputStream* st);
|
||||
|
||||
void oop_verify_on(oop obj, outputStream* st);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue