mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
8270803: Reduce CDS API verbosity
Reviewed-by: minqi, ccheung
This commit is contained in:
parent
6346793c64
commit
7dd19af259
17 changed files with 196 additions and 208 deletions
|
@ -1654,7 +1654,7 @@ void SystemDictionaryShared::update_archived_mirror_native_pointers_for(LambdaPr
|
|||
}
|
||||
|
||||
void SystemDictionaryShared::update_archived_mirror_native_pointers() {
|
||||
if (!HeapShared::open_archive_heap_region_mapped()) {
|
||||
if (!HeapShared::open_regions_mapped()) {
|
||||
return;
|
||||
}
|
||||
if (MetaspaceShared::relocation_delta() == 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue