RFR: 8349508: runtime/cds/appcds/TestParallelGCWithCDS.java should not check for specific output

David Holmes dholmes at openjdk.org
Thu Feb 6 08:17:09 UTC 2025


On Thu, 6 Feb 2025 07:17:28 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:

> The `TestParallelGCWithCDS.java` test runs with small max heap and failed intermittently due to the expected output is missing. Instead of keep adding the expected output, the fix is just check that the JVM hasn't crashed. Also updating the `TestSerialGCWithCDS.java` test with similar fix.
> 
> Passed tier3 testing.

Seems reasonable.

Thanks

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

Marked as reviewed by dholmes (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/23485#pullrequestreview-2597946032


More information about the hotspot-runtime-dev mailing list