-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b139
-
generic
-
generic
test/java/text/Format/NumberFormat/DFSSerialization.java
test/java/text/Format/NumberFormat/SerializationLoadTest.java
The tests declare import of java.awt.*.
If we are using javac option "--limit-modules java.base" the tests failing on compilation. The import is not required by tests logic.
test/java/text/Format/NumberFormat/SerializationLoadTest.java
The tests declare import of java.awt.*.
If we are using javac option "--limit-modules java.base" the tests failing on compilation. The import is not required by tests logic.
- relates to
-
JDK-8145414 Fix more module dependences in jdk tests
- Open