Exposing checked exceptions that a MethodHandle can throw

2023-05-20 Thread -
Hello, I am eliciting a discussion on the feasibility of tracking checked exceptions thrown by a MethodHandle. It is already requested in https://bugs.openjdk.org/browse/JDK-8268116 as it appears useful in the development of Foreign Function Interface API. Currently, explicit MethodHandle usages a

Re: RFR: 8308046: Move Solaris related charsets from java.base to jdk.charsets module [v2]

2023-05-20 Thread Naoto Sato
On Sat, 20 May 2023 01:03:52 GMT, Ichiroh Takiguchi 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