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
