RFR: 8254799: runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryError.java fails with release VMs

Jie Fu jiefu at openjdk.java.net
Wed Oct 14 23:52:17 UTC 2020


runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryError.java and
runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryErrorInMetaspace.java fail with release VMs due to VerifyDependencies is
develop and is available only in debug version of VM.
-XX:+IgnoreUnrecognizedVMOptions is added to fix it.

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

Commit messages:
 - 8254799: runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryError.java fails with release VMs

Changes: https://git.openjdk.java.net/jdk/pull/673/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=673&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8254799
  Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
  Patch: https://git.openjdk.java.net/jdk/pull/673.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/673/head:pull/673

PR: https://git.openjdk.java.net/jdk/pull/673


More information about the hotspot-runtime-dev mailing list