RFR: 8331389: runtime/ErrorHandling/TestDwarf.java fails with "Crash JVM should not exit gracefully"

Tobias Hartmann thartmann at openjdk.org
Mon May 6 08:04:14 UTC 2024


Similar to [JDK-8269342](https://bugs.openjdk.org/browse/JDK-8269342), using `-XX:CICrashAt=1` does not guarantee a crash. We need to add `-XX:+CICountNative`.

Thanks,
Tobias

-------------

Commit messages:
 - 8331389: runtime/ErrorHandling/TestDwarf.java fails with "Crash JVM should not exit gracefully"

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

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


More information about the hotspot-runtime-dev mailing list