RFR: 8266422: GC ergo tests should not write cores
Thomas Stuefe
stuefe at openjdk.java.net
Wed May 5 12:03:04 UTC 2021
Hi,
unrelated crashes in GC tests showed timeouts and large core files on AIX, which unfortunately has no concept of committing memory - reserved memory counts toward the commit charge right away and hence are reflected in core file size.
Therefore I would like to run these tests without cores. Note that it is not my intention to fix up all potential tests which do this, which would be a much larger task, or would require a change at a lower layer (e.g. always pass -CreateCoredumpOnCrash to createJavaProcessBuilder).
Thanks, Thomas
-------------
Commit messages:
- start
Changes: https://git.openjdk.java.net/jdk/pull/3836/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=3836&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8266422
Stats: 4 lines in 4 files changed: 3 ins; 0 del; 1 mod
Patch: https://git.openjdk.java.net/jdk/pull/3836.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/3836/head:pull/3836
PR: https://git.openjdk.java.net/jdk/pull/3836
More information about the hotspot-gc-dev
mailing list