Re: RFR: 8344861: Disable CheckJNICalls in tests until JDK-8344802 is fixed

2024-11-22 Thread Tobias Hartmann
On Fri, 22 Nov 2024 14:19:57 GMT, Tobias Hartmann wrote: > Some tests specify `-XX:+EnableX86ECoreOpts` which does not work well with > `-Xcheck:jni` on Windows. Disable `CheckJNICalls` for now with these tests > until [JDK-8344802](https://bugs.openjdk.org/browse/JDK-8344802) is fixed. > > Th

Re: RFR: 8344861: Disable CheckJNICalls in tests until JDK-8344802 is fixed

2024-11-22 Thread Coleen Phillimore
On Fri, 22 Nov 2024 14:19:57 GMT, Tobias Hartmann wrote: > Some tests specify `-XX:+EnableX86ECoreOpts` which does not work well with > `-Xcheck:jni` on Windows. Disable `CheckJNICalls` for now with these tests > until [JDK-8344802](https://bugs.openjdk.org/browse/JDK-8344802) is fixed. > > Th

RFR: 8344861: Disable CheckJNICalls in tests until JDK-8344802 is fixed

2024-11-22 Thread Tobias Hartmann
Some tests specify `-XX:+EnableX86ECoreOpts` which does not work well with `-Xcheck:jni` on Windows. Disable `CheckJNICalls` for now with these tests until [JDK-8344802](https://bugs.openjdk.org/browse/JDK-8344802) is fixed. Thanks, Tobias - Commit messages: - Disable it - 834486