RFR: JDK-8319455: Test compiler/print/CompileCommandMemLimit.java times out

Thomas Stuefe stuefe at openjdk.org
Mon Nov 6 10:50:24 UTC 2023


A test that deliberately crashes creates a core dump, and since neither heap size is limited nor core dumps are switched off this timeouts if we are unlucky.

Solution: pass CreateCoreDumpOnCrash to the test and limit heap size too. Thanks to @dholmes-ora for the quick analysis.

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

Commit messages:
 - JDK-8319455-Test-compiler-print-CompileCommandMemLimit.java-times-out

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

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


More information about the hotspot-compiler-dev mailing list