RFR: 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 08:14:18 GMT, David Holmes <dholmes 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
Thanks @dholmes-ora, @iklam for the review.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/23485#issuecomment-2641271380
More information about the hotspot-runtime-dev
mailing list