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
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
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