git: openjdk/mobile: 2 new changesets
duke
duke at openjdk.java.net
Mon Aug 17 18:51:26 UTC 2020
Changeset: 57d2c869
Author: Calvin Cheung <ccheung at openjdk.org>
Date: 2020-08-17 18:46:38 +0000
URL: https://git.openjdk.java.net/mobile/commit/57d2c869
8247529: Crash in runtime/cds/appcds/dynamicArchive/LambdaProxyCallerIsHidden.java with Graal
Avoid inserting InstanceKlass into the DumpTimeSharedClassTable after dynamic CDS dumping has started. Acquire the DumpTimeTable_lock before iterations on _dumptime_table to ensure memory order correctness.
Reviewed-by: iklam, minqi
! src/hotspot/share/classfile/systemDictionaryShared.cpp
! src/hotspot/share/classfile/systemDictionaryShared.hpp
! src/hotspot/share/memory/dynamicArchive.cpp
Changeset: ae07cede
Author: duke <duke at openjdk.org>
Date: 2020-08-17 18:50:39 +0000
URL: https://git.openjdk.java.net/mobile/commit/ae07cede
Automatic merge of jdk:master into master
More information about the mobile-changes
mailing list