Re: RFR: 8339126: JNI exception pending in Inflater.c

2024-08-28 Thread Justin Lu
On Tue, 27 Aug 2024 21:26:52 GMT, Justin Lu wrote: > This PR addresses the JNI pending exception in Inflater.c, under > `Java_java_util_zip_Inflater_initIDs`. Thank you all for the reviews. - PR Comment: https://git.openjdk.org/jdk/pull/20735#issuecomment-2316262343

Re: RFR: 8339126: JNI exception pending in Inflater.c

2024-08-28 Thread Naoto Sato
On Tue, 27 Aug 2024 21:26:52 GMT, Justin Lu wrote: > This PR addresses the JNI pending exception in Inflater.c, under > `Java_java_util_zip_Inflater_initIDs`. Marked as reviewed by naoto (Reviewer). - PR Review: https://git.openjdk.org/jdk/pull/20735#pullrequestreview-2266833278

Re: RFR: 8339126: JNI exception pending in Inflater.c

2024-08-28 Thread Jaikiran Pai
On Tue, 27 Aug 2024 21:26:52 GMT, Justin Lu wrote: > This PR addresses the JNI pending exception in Inflater.c, under > `Java_java_util_zip_Inflater_initIDs`. Looks OK to me. - Marked as reviewed by jpai (Reviewer). PR Review: https://git.openjdk.org/jdk/pull/20735#pullrequestrev

Re: RFR: 8339126: JNI exception pending in Inflater.c

2024-08-27 Thread Vyom Tewari
On Tue, 27 Aug 2024 21:26:52 GMT, Justin Lu wrote: > This PR addresses the JNI pending exception in Inflater.c, under > `Java_java_util_zip_Inflater_initIDs`. Looks OK to me. - Marked as reviewed by vtewari (Committer). PR Review: https://git.openjdk.org/jdk/pull/20735#pullreques

Re: RFR: 8339126: JNI exception pending in Inflater.c

2024-08-27 Thread Lance Andersen
On Tue, 27 Aug 2024 21:26:52 GMT, Justin Lu wrote: > This PR addresses the JNI pending exception in Inflater.c, under > `Java_java_util_zip_Inflater_initIDs`. Marked as reviewed by lancea (Reviewer). - PR Review: https://git.openjdk.org/jdk/pull/20735#pullrequestreview-2264674014

RFR: 8339126: JNI exception pending in Inflater.c

2024-08-27 Thread Justin Lu
This PR addresses the JNI pending exception in Inflater.c, under `Java_java_util_zip_Inflater_initIDs`. - Commit messages: - init Changes: https://git.openjdk.org/jdk/pull/20735/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=20735&range=00 Issue: https://bugs.openjdk.or