Skip to content

Commit 4b8eda3

Browse files
committed
8373983: java/util/Locale/UseOldISOCodesTest.java fails with JTREG_AOT_JDK=onestep
Reviewed-by: naoto
1 parent 7250542 commit 4b8eda3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/jdk/ProblemList-AotJdk.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,9 @@ java/lang/invoke/DumpMethodHandleInternals.java 0000000 generic-
4242
# The test uses "--add-modules jdk.internal.le" during production.
4343
# So the test is incompatible with AOT_JDK testing because because all runs must have consistent module options on the command line.
4444
java/lang/IO/IO.java 0000000 generic-all
45+
46+
# This test checks for a warning message that's already printed by
47+
# sun.util.locale.BaseLocale.<clinit> during the training run. Because BaseLocale is aot-initialized,
48+
# this message will not be printed in the production run.
49+
java/util/Locale/UseOldISOCodesTest.java 0000000 generic-all
50+

0 commit comments

Comments
 (0)