RFR: 8333386: TestAbortOnVMOperationTimeout test fails for client VM
Guoxiong Li
gli at openjdk.org
Tue Jan 28 14:14:23 UTC 2025
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
-------------
Commit messages:
- JDK-8333386
Changes: https://git.openjdk.org/jdk/pull/23334/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=23334&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8333386
Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/23334.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/23334/head:pull/23334
PR: https://git.openjdk.org/jdk/pull/23334
More information about the hotspot-runtime-dev
mailing list