RFR: 8333386: TestAbortOnVMOperationTimeout test fails for client VM
Guoxiong Li
gli at openjdk.org
Wed Jan 29 14:39:54 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
Thanks for your reviews. Integrating.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/23334#issuecomment-2621829859
More information about the hotspot-gc-dev
mailing list