From f5f8df11ce146f8b33963eea4de6ccf9d2373ff3 Mon Sep 17 00:00:00 2001 From: Ioi Lam Date: Thu, 13 Oct 2022 18:50:29 +0000 Subject: [PATCH] 8295295: CDS ArchivedEnumTest fails with StaticProperty::JAVA_LOCALE_USE_OLD_ISO_CODES Reviewed-by: ccheung --- src/hotspot/share/cds/cdsHeapVerifier.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/hotspot/share/cds/cdsHeapVerifier.cpp b/src/hotspot/share/cds/cdsHeapVerifier.cpp index 849ce6f14d4..710c87069b0 100644 --- a/src/hotspot/share/cds/cdsHeapVerifier.cpp +++ b/src/hotspot/share/cds/cdsHeapVerifier.cpp @@ -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