-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b77
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8136042 | emb-9 | Stuart Marks | P4 | Resolved | Fixed | team |
JDK-8246813 | openjdk8u272 | Stuart Marks | P4 | Resolved | Fixed | b01 |
JDK-8328128 | 8u421 | Abhishek N | P4 | Resolved | Fixed | b01 |
ScanTest.java may change the JVM's default locale to English under certain conditions. It does this within a try/finally, where the finally block changes the default locale back to its original setting. This might be OK, but then again, it might be safer to run this in /othervm mode to ensure that locale changes don't affect any other tests.
- backported by
-
JDK-8136042 TEST_BUG: minor cleanup of java/util/Scanner/ScanTest.java
- Resolved
-
JDK-8246813 TEST_BUG: minor cleanup of java/util/Scanner/ScanTest.java
- Resolved
-
JDK-8328128 TEST_BUG: minor cleanup of java/util/Scanner/ScanTest.java
- Resolved