On Sat, 20 May 2023 01:03:52 GMT, Ichiroh Takiguchi <itakigu...@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