RFR: 8281186: runtime/cds/appcds/DumpingWithNoCoops.java fails

Thomas Stuefe stuefe at openjdk.java.net
Mon Feb 14 13:02:08 UTC 2022


On Wed, 9 Feb 2022 23:02:15 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:

> 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.

Sorry for the slow response, I just saw this. I'll give this a spin in our CI. From the outside it looks good.

-------------

PR: https://git.openjdk.java.net/jdk/pull/7413


More information about the hotspot-runtime-dev mailing list