Integrated: 8295295: CDS ArchivedEnumTest fails with StaticProperty::JAVA_LOCALE_USE_OLD_ISO_CODES
Calvin Cheung
ccheung at openjdk.org
Thu Oct 13 18:56:32 UTC 2022
On Thu, 13 Oct 2022 18:32:18 GMT, Ioi Lam <iklam at openjdk.org> wrote:
> Please review this trivial change to fix a tier2 failure:
>
> The field `jdk.internal.util.StaticProperty::JAVA_LOCALE_USE_OLD_ISO_CODES` was added recently in [JDK-8295232](https://bugs.openjdk.org/browse/JDK-8295232). We need to add this field to the exception rules in cdsHeapVerifier.cpp, similar to the existing entry for `StaticProperty::FILE_ENCODING`
>
> For more information about the exception rules, please see
> https://github.com/openjdk/jdk/blob/4224d45132b98e4f7bb7a96b696692d2f0bf645e/src/hotspot/share/cds/cdsHeapVerifier.cpp#L40-L83
LGTM
-------------
Marked as reviewed by ccheung (Reviewer).
PR: https://git.openjdk.org/jdk/pull/10702
More information about the hotspot-runtime-dev
mailing list