RFR: 8258077: Using -Xcheck:jni can lead to a double-free after JDK-8193234
Mauro Lacy
github.com+11656534+maurolacy at openjdk.java.net
Tue Dec 15 08:21:56 UTC 2020
On Fri, 11 Dec 2020 08:39:58 GMT, Mauro Lacy <github.com+11656534+maurolacy at openjdk.org> wrote:
> Besides, I don't think the same is true of the other `Release` methods. This happens only with the `Critical` variant.
Sorry for the confusion. The reported double free error always mentions `ReleasePrimitiveArrayCritical`, but as Dmitry says, this ends up affecting both APIs.
-------------
PR: https://git.openjdk.java.net/jdk/pull/1697
More information about the hotspot-dev
mailing list