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

Thomas Stuefe stuefe at openjdk.org
Mon Nov 6 14:02:23 UTC 2023


On Mon, 6 Nov 2023 13:16:48 GMT, Tobias Hartmann <thartmann 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.

Thanks @TobiHartmann and @chhagedorn !

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

PR Comment: https://git.openjdk.org/jdk/pull/16515#issuecomment-1794882773


More information about the hotspot-compiler-dev mailing list