Integrated: 8333386: TestAbortOnVMOperationTimeout test fails for client VM
Guoxiong Li
gli at openjdk.org
Wed Jan 29 14:39:55 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
This pull request has now been integrated.
Changeset: 6bfae3ac
Author: Guoxiong Li <gli at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/6bfae3acc107e046294bfc2e535ccddc99205490
Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
8333386: TestAbortOnVMOperationTimeout test fails for client VM
Reviewed-by: ayang, tschatzl
-------------
PR: https://git.openjdk.org/jdk/pull/23334
More information about the hotspot-gc-dev
mailing list