From 4b8eda30474b99a9f1065e5cea9d8c2fb859bab2 Mon Sep 17 00:00:00 2001 From: Ioi Lam Date: Mon, 22 Dec 2025 19:43:55 +0000 Subject: [PATCH] 8373983: java/util/Locale/UseOldISOCodesTest.java fails with JTREG_AOT_JDK=onestep Reviewed-by: naoto --- test/jdk/ProblemList-AotJdk.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/jdk/ProblemList-AotJdk.txt b/test/jdk/ProblemList-AotJdk.txt index b0737126534..c01f9893d2e 100644 --- a/test/jdk/ProblemList-AotJdk.txt +++ b/test/jdk/ProblemList-AotJdk.txt @@ -42,3 +42,9 @@ java/lang/invoke/DumpMethodHandleInternals.java 0000000 generic- # The test uses "--add-modules jdk.internal.le" during production. # So the test is incompatible with AOT_JDK testing because because all runs must have consistent module options on the command line. java/lang/IO/IO.java 0000000 generic-all + +# This test checks for a warning message that's already printed by +# sun.util.locale.BaseLocale. during the training run. Because BaseLocale is aot-initialized, +# this message will not be printed in the production run. +java/util/Locale/UseOldISOCodesTest.java 0000000 generic-all +