RFR: 8308046: Move Solaris related charsets from java.base to jdk.charsets module [v2]
Naoto Sato
naoto at openjdk.org
Sat May 20 17:29:50 UTC 2023
On Sat, 20 May 2023 01:03:52 GMT, Ichiroh Takiguchi <itakiguchi at openjdk.org> wrote:
> I think the values are package-private. Even if class is changed to `public`, the classes in`sun.nio.cs.ext` package could not access to these values in `sun.nio.cs` package...
I meant making those package-private fields public. I believe it's OK because java.base/sun.nio.cs package is only exported to jdk.charsets module.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13973#issuecomment-1555957029
More information about the core-libs-dev
mailing list