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

Calvin Cheung ccheung at openjdk.org
Thu Feb 6 22:37:15 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.

This pull request has now been integrated.

Changeset: a0c7f661
Author:    Calvin Cheung <ccheung at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/a0c7f661bedaf50b22cf83c798be46e8e5004b60
Stats:     15 lines in 2 files changed: 0 ins; 12 del; 3 mod

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

Reviewed-by: dholmes, iklam

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

PR: https://git.openjdk.org/jdk/pull/23485


More information about the hotspot-runtime-dev mailing list