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

Tobias Hartmann thartmann at openjdk.org
Fri Nov 22 14:29:44 UTC 2024


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
 - 8344861: Disable CheckJNICalls in tests until JDK-8344802 is fixed

Changes: https://git.openjdk.org/jdk/pull/22325/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=22325&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8344861
  Stats: 3 lines in 2 files changed: 0 ins; 0 del; 3 mod
  Patch: https://git.openjdk.org/jdk/pull/22325.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/22325/head:pull/22325

PR: https://git.openjdk.org/jdk/pull/22325


More information about the core-libs-dev mailing list