Integrated: 8295295: CDS ArchivedEnumTest fails with StaticProperty::JAVA_LOCALE_USE_OLD_ISO_CODES
Ioi Lam
iklam at openjdk.org
Thu Oct 13 18:56:33 UTC 2022
On Thu, 13 Oct 2022 18:36:54 GMT, Calvin Cheung <ccheung 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
Thanks to @calvinccheung for the review.
-------------
PR: https://git.openjdk.org/jdk/pull/10702
More information about the hotspot-runtime-dev
mailing list