Current Console charset probing is not very reliable: it exits on first failure. This is especially important after CODETOOLS-7902915, which polls "charset()" method that is only available in JDK 17+. This makes the whole Console charset probing block to exit early.
- relates to
-
CODETOOLS-7902915 JMH: Use Console.charset() if available
-
- Closed
-
- links to
-
Review openjdk/jmh/35