RFR: JDK-8319455: Test compiler/print/CompileCommandMemLimit.java times out
Tobias Hartmann
thartmann at openjdk.org
Mon Nov 6 13:19: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 to me.
-------------
Marked as reviewed by thartmann (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/16515#pullrequestreview-1715153183
More information about the hotspot-compiler-dev
mailing list