[foreign-memaccess+abi] RFR: 8301261: Add linker option for specifying uncaught exception handler [v2]
Jorn Vernee
jvernee at openjdk.org
Fri Feb 3 17:13:23 UTC 2023
On Fri, 3 Feb 2023 15:43:51 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
>> Jorn Vernee has updated the pull request incrementally with one additional commit since the last revision:
>>
>> review comments
>
> src/java.base/share/classes/java/lang/foreign/Linker.java line 340:
>
>> 338: * if an exception is thrown, but not caught, during an upcall}
>> 339: * <p>
>> 340: * Note that using a custom exception handler will not prevent the VM from exiting in the case of an uncaught
>
> maybe use `@apiNote` here (or remove the "note").
Done
-------------
PR: https://git.openjdk.org/panama-foreign/pull/777
More information about the panama-dev
mailing list