Integrated: 8295295: CDS ArchivedEnumTest fails with StaticProperty::JAVA_LOCALE_USE_OLD_ISO_CODES
Ioi Lam
iklam at openjdk.org
Thu Oct 13 18:56:31 UTC 2022
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
-------------
Commit messages:
- 8295295: CDS ArchivedEnumTest fails with StaticProperty::JAVA_LOCALE_USE_OLD_ISO_CODES
Changes: https://git.openjdk.org/jdk/pull/10702/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=10702&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8295295
Stats: 2 lines in 1 file changed: 1 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/10702.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/10702/head:pull/10702
PR: https://git.openjdk.org/jdk/pull/10702
More information about the hotspot-runtime-dev
mailing list