mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
8150752: Share Class Data
Reviewed-by: acorn, hseigel, mschoene
This commit is contained in:
parent
99c24f5f1c
commit
2a09a3923a
8 changed files with 98 additions and 26 deletions
|
@ -806,6 +806,10 @@ void MetaspaceShared::link_and_cleanup_shared_classes(TRAPS) {
|
|||
exit(1);
|
||||
}
|
||||
}
|
||||
|
||||
// Copy the verification constraints from C_HEAP-alloced GrowableArrays to RO-alloced
|
||||
// Arrays
|
||||
SystemDictionaryShared::finalize_verification_constraints();
|
||||
}
|
||||
|
||||
void MetaspaceShared::prepare_for_dumping() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue