RFR: 8301119: Support for GB18030-2022 [v3]

Alan Bateman alanb at openjdk.org
Fri Feb 24 11:40:05 UTC 2023


On Fri, 24 Feb 2023 08:34:48 GMT, Ichiroh Takiguchi <itakiguchi at openjdk.org> wrote:

> * Why GB18030.java.template is in src/jdk.charsets/share/classes/sun/nio/cs/ext/ directory even if the generated code is always stored into sun/nio/cs ?

That is a good question. It could move, and $PACKAGE replaced with sun.nio.cs, so it would be more obvious from the source location that it is generated into java.base rather than jdk.charsets. Up until now, GB18030 went into java.base on some platforms and jdk.charsets on other platforms. It will be the same for all platforms once this PR is integrated.

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

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



More information about the build-dev mailing list