Re: RFR: 8332492: Mark CAInterop.java#globalsigne46 as intermittent

2024-05-18 Thread Weijun Wang
On Sat, 18 May 2024 13:01:30 GMT, SendaoYan wrote: > > Is there a related bug on the intermittent failure? > > I have reportd the itermittent failure > [JDK-8332433](https://bugs.openjdk.org/browse/JDK-8332433), and > [JDK-8316138](https://bugs.openjdk.org/browse/JDK-8316138) is subtask of >

Re: RFR: 8332492: Mark CAInterop.java#globalsigne46 as intermittent

2024-05-18 Thread SendaoYan
On Sat, 18 May 2024 12:44:52 GMT, Weijun Wang wrote: > Is there a related bug on the intermittent failure? I have reportd the itermittent failure [JDK-8332433](https://bugs.openjdk.org/browse/JDK-8332433), and [JDK-8316138](https://bugs.openjdk.org/browse/JDK-8316138) is subtask of JDK-833243

Re: RFR: 8332492: Mark CAInterop.java#globalsigne46 as intermittent

2024-05-18 Thread Weijun Wang
On Sat, 18 May 2024 12:34:39 GMT, SendaoYan wrote: > Hi all, > Before `CAInterop.java#globalsigne46` imtermittent failure has been > resolved, mark the test as intermittent. Is there a related bug on the intermittent failure? - PR Comment: https://git.openjdk.org/jdk/pull/19291#

RFR: 8332492: Mark CAInterop.java#globalsigne46 as intermittent

2024-05-18 Thread SendaoYan
Hi all, Before `CAInterop.java#globalsigne46` imtermittent failure has been resolved, mark the test as intermittent. - Commit messages: - 8332492: Mark CAInterop.java#globalsigne46 as intermittent Changes: https://git.openjdk.org/jdk/pull/19291/files Webrev: https://webrevs.ope

Re: RFR: 8331671: Implement JEP 472: Prepare to Restrict the Use of JNI [v8]

2024-05-18 Thread Jaikiran Pai
On Fri, 17 May 2024 13:38:25 GMT, Maurizio Cimadamore wrote: >> This PR implements [JEP 472](https://openjdk.org/jeps/472), by restricting >> the use of JNI in the following ways: >> >> * `System::load` and `System::loadLibrary` are now restricted methods >> * `Runtime::load` and `Runtime::loa