RFR: 8333386: TestAbortOnVMOperationTimeout test fails for client VM

Thomas Schatzl tschatzl at openjdk.org
Tue Jan 28 19:58:47 UTC 2025


On Tue, 28 Jan 2025 14:09:05 GMT, Guoxiong Li <gli at openjdk.org> wrote:

> Hi all,
> 
> The test case `TestAbortOnVMOperationTimeout.java` fails on client VM, 
> because the default new generation size is low and the new size can't be expanded when allocating. 
> It is good to set the new size explicitly so that the test case can pass on the client VM.
> 
> Thanks for your review.
> 
> Best Regards,
> -- Guoxiong

Marked as reviewed by tschatzl (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/23334#pullrequestreview-2579285430


More information about the hotspot-gc-dev mailing list