Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8085534 | emb-9 | Jonathan Gibbons | P2 | Resolved | Fixed | team |
langtools/test/tools/javac/4846262/CheckEBCDICLocaleTest.java is failing.
It relies on being able to set the default charset used by javac, including use for System.out and System.err, and has been using -Dfile.encoding to do so.
javac does support a -encoding flag, but that is for source file encoding only, and is not a sufficient substitute.
This is a Tier 1 test failure.
It relies on being able to set the default charset used by javac, including use for System.out and System.err, and has been using -Dfile.encoding to do so.
javac does support a -encoding flag, but that is for source file encoding only, and is not a sufficient substitute.
This is a Tier 1 test failure.
- backported by
-
JDK-8085534 test CheckEBCDICLocaleTest is failing
-
- Resolved
-
- relates to
-
JDK-8038310 Re-examine integration of extended Charsets
-
- Closed
-
-
JDK-8081440 -Dfile.encoding fails to set the default encoding, if the specified encoding is not in std cs, after JDK-8038310
-
- Closed
-
-
JDK-8081417 test CheckEBCDICLocaleTest.java needs more info to diagnose
-
- Closed
-