-
Enhancement
-
Resolution: Unresolved
-
P4
-
None
The setting of the native.encoding property could use some additional cleanup. Specifically:
1. There is #ifdef MACOSX in platform-independent native code, which should be migrated into platform-specific code.
2. Windows code sets up sprops.encoding but the code path in platform-independent code ignores it and uses sprops.sun_jnu_encoding instead.
1. There is #ifdef MACOSX in platform-independent native code, which should be migrated into platform-specific code.
2. Windows code sets up sprops.encoding but the code path in platform-independent code ignores it and uses sprops.sun_jnu_encoding instead.
- relates to
-
JDK-8352917 Incorrect native.encoding on Windows
-
- Resolved
-
- links to
-
Review(master) openjdk/jdk/24607