[lworld] RFR: 8375366: [lworld] AcmpTest.java fails with OutOfMemoryError in stress-valhalla-StressG1
Tobias Hartmann
thartmann at openjdk.org
Thu Jan 15 07:53:18 UTC 2026
We run the test with limited heap size in internal testing and it fails with an OutOfMemoryError because it pre-generates a large number of test cases and stores them in an ArrayList. Let's just execute the test cases directly instead.
Thanks,
Tobias
-------------
Commit messages:
- 8375366
Changes: https://git.openjdk.org/valhalla/pull/1911/files
Webrev: https://webrevs.openjdk.org/?repo=valhalla&pr=1911&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8375366
Stats: 19 lines in 1 file changed: 0 ins; 9 del; 10 mod
Patch: https://git.openjdk.org/valhalla/pull/1911.diff
Fetch: git fetch https://git.openjdk.org/valhalla.git pull/1911/head:pull/1911
PR: https://git.openjdk.org/valhalla/pull/1911
More information about the valhalla-dev
mailing list