Re: Exposing checked exceptions that a MethodHandle can throw

2023-05-22 Thread John Rose
: - Original Message - From: "-" To: "core-libs-dev" Sent: Sunday, May 21, 2023 6:52:44 AM Subject: Exposing checked exceptions that a MethodHandle can throw Hello, I am eliciting a discussion on the feasibility of tracking checked exceptions thrown by a MethodH

Re: Exposing checked exceptions that a MethodHandle can throw

2023-05-21 Thread Remi Forax
- Original Message - > From: "-" > To: "core-libs-dev" > Sent: Sunday, May 21, 2023 6:52:44 AM > Subject: Exposing checked exceptions that a MethodHandle can throw > Hello, > I am eliciting a discussion on the feasibility of tracking checked

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