RFR: JDK-8319455: Test compiler/print/CompileCommandMemLimit.java times out
Christian Hagedorn
chagedorn at openjdk.org
Mon Nov 6 13:44:10 UTC 2023
On Mon, 6 Nov 2023 06:54:40 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
> 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.
Looks good!
-------------
Marked as reviewed by chagedorn (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/16515#pullrequestreview-1715200351
More information about the hotspot-compiler-dev
mailing list