RFR: 8281186: runtime/cds/appcds/DumpingWithNoCoops.java fails
Calvin Cheung
ccheung at openjdk.java.net
Wed Feb 9 23:09:25 UTC 2022
A simple fix to the test failure by specifying the heap sizes for most of the test cases.
Before the fix, if the MaxHeapSize is determined by the VM, the MaxHeapSize could become smaller
than the MinHeapSize or the InitialHeapSize which causing the failure.
Testing: CI tiers 1 - 4.
-------------
Commit messages:
- 8281186: runtime/cds/appcds/DumpingWithNoCoops.java fails
Changes: https://git.openjdk.java.net/jdk/pull/7413/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=7413&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8281186
Stats: 23 lines in 1 file changed: 14 ins; 5 del; 4 mod
Patch: https://git.openjdk.java.net/jdk/pull/7413.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/7413/head:pull/7413
PR: https://git.openjdk.java.net/jdk/pull/7413
More information about the hotspot-runtime-dev
mailing list