On Fri, 5 Aug 2022 02:15:21 GMT, Ichiroh Takiguchi <itakigu...@openjdk.org> 
wrote:

> To support Windows command prompt's codepage, following charsets should be 
> moved from jdk.charsets module to java.base module.
> 
> - IBM860
> - IBM861
> - IBM863
> - IBM864
> - IBM865
> - IBM869

Hi @takiguc,
I am not quite sure what is the rationale for moving those charsets into 
`java.base` module. IIUC, we typically did such a fix when the java runtime 
cannot boot in a supported configuration 
(https://bugs.openjdk.org/browse/JDK-8187910), but it seems that this issue 
does not warrant such a requirement. Will you elaborate more?

-------------

PR: https://git.openjdk.org/jdk/pull/9761

Reply via email to