RFR: 8341790: Fix ExceptionOccurred in java.desktop
Phil Race
prr at openjdk.org
Wed Nov 13 18:19:55 UTC 2024
On Fri, 8 Nov 2024 14:45:04 GMT, Laurent Bourgès <lbourges at openjdk.org> wrote:
> Use ExceptionCheck instead
> Removed dead code
"As this problem is low level (leak) "
It isn't actually a leak. On return to Java local refs are all freed.
The only problem it might cause is running out of local ref space.
-------------
Marked as reviewed by prr (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/21981#pullrequestreview-2434088133
More information about the client-libs-dev
mailing list