On 10/06/2019 16:08, Lance Andersen wrote:
Hi all,
The following patch for https://bugs.openjdk.java.net/browse/JDK-8225189
<https://bugs.openjdk.java.net/browse/JDK-8225189> addresses an issue with
Inflate.c and Deflate.c that was introduced as part of the refactoring for
https://bugs.openjdk.java.net/browse/JDK-6341887.
The webrev is at: http://cr.openjdk.java.net/~lancea/8225189/webrev.00/index.html
<http://cr.openjdk.java.net/~lancea/8225189/webrev.00/index.html>.
I think you've addressed all the places where JNI functions could
potentially be used in a critical region. So I think it looks good.
-Alan