Integrated: 8295295: CDS ArchivedEnumTest fails with StaticProperty::JAVA_LOCALE_USE_OLD_ISO_CODES
Ioi Lam
iklam at openjdk.org
Thu Oct 13 18:56:34 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
This pull request has now been integrated.
Changeset: f5f8df11
Author: Ioi Lam <iklam at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/f5f8df11ce146f8b33963eea4de6ccf9d2373ff3
Stats: 2 lines in 1 file changed: 1 ins; 0 del; 1 mod
8295295: CDS ArchivedEnumTest fails with StaticProperty::JAVA_LOCALE_USE_OLD_ISO_CODES
Reviewed-by: ccheung
-------------
PR: https://git.openjdk.org/jdk/pull/10702
More information about the hotspot-runtime-dev
mailing list