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

Thomas Stuefe stuefe at openjdk.org
Mon Nov 6 14:02:24 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.

This pull request has now been integrated.

Changeset: b3126b6e
Author:    Thomas Stuefe <stuefe at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/b3126b6e441bf52058075fa1fc9dc800af774ca9
Stats:     12 lines in 1 file changed: 7 ins; 0 del; 5 mod

8319455: Test compiler/print/CompileCommandMemLimit.java times out

Reviewed-by: thartmann, chagedorn

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

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


More information about the hotspot-compiler-dev mailing list