RFR JDK-8073893: Enable charsets build system to configure euc_tw into java.base module/sun.nio.cs
Mandy Chung
mandy.chung at oracle.com
Wed Feb 25 20:28:30 UTC 2015
On 2/25/2015 11:51 AM, Xueming Shen wrote:
> Hi, please help review the changes for
>
> issue: 8073893: Enable charsets build system to configure euc_tw into
> java.base module/sun.nio.cs
> webrev: http://cr.openjdk.java.net/~sherman/8073893/webrev
>
> This is the continuation of JDK-8073152, in which we updated the build
> mechanism to be move
> some sun.nio.cs.ext charsets from the jdk.charsets module into the
> java.base module. The
> proposed change in this RFE is to do the same thing to enable the
> EUC_TW (huge, about
> 200k) to be built into the java.base/sun.nio.cs as well, for Solaris
> platform.
>
> The change also includes a small update to move the x-COMPOUND_TEXT
> into the configure
> file for the extended charsets provider, in stead of being hard-coded
> in the source file.
This looks fine to me (I'm learning more about the build change for
charsets :)
Mandy
More information about the core-libs-dev
mailing list