On Fri, 8 Nov 2024 14:45:04 GMT, Laurent Bourgès <[email protected]> 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
