-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b08
-
generic
-
generic
Found in the review of PR: https://github.com/openjdk/jdk/pull/12132
The current `jnuCharset` initialization behavior depends on the initialization of `Charset.defaultCharset()` which may not be determined by the time `StaticProperty` is initialized. This may end up in an unexpected behavior
The current `jnuCharset` initialization behavior depends on the initialization of `Charset.defaultCharset()` which may not be determined by the time `StaticProperty` is initialized. This may end up in an unexpected behavior
- csr for
-
JDK-8301114 Re-examine the initialization of JNU Charset in StaticProperty
- Closed
- relates to
-
JDK-8299811 SHIFT_JIS compatible charsets should be in java.base module on Linux platform
- Closed
-
JDK-8301199 Add a default charset check
- Closed