mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-03 03:30:05 +00:00
8295295: CDS ArchivedEnumTest fails with StaticProperty::JAVA_LOCALE_USE_OLD_ISO_CODES
Reviewed-by: ccheung
This commit is contained in:
parent
18dd9ee701
commit
f5f8df11ce
@ -128,7 +128,8 @@ CDSHeapVerifier::CDSHeapVerifier() : _archived_objs(0), _problems(0)
|
||||
|
||||
// This just points to an empty Map
|
||||
ADD_EXCL("jdk/internal/reflect/Reflection", "methodFilterMap"); // E
|
||||
ADD_EXCL("jdk/internal/util/StaticProperty", "FILE_ENCODING"); // C
|
||||
ADD_EXCL("jdk/internal/util/StaticProperty", "FILE_ENCODING", // C
|
||||
"JAVA_LOCALE_USE_OLD_ISO_CODES"); // C
|
||||
|
||||
// Integer for 0 and 1 are in java/lang/Integer$IntegerCache and are archived
|
||||
ADD_EXCL("sun/invoke/util/ValueConversions", "ONE_INT", // E
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user