RFR: 8335577: runtime/cds/appcds/TestParallelGCWithCDS.java still fails with JNI error

Calvin Cheung ccheung at openjdk.org
Mon Aug 26 21:29:11 UTC 2024


On Mon, 26 Aug 2024 01:40:15 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> A simple test fix by adding the matching of the following patterns:
>> 
>> 
>> Error: A JNI error has occurred, please check your installation and try again
>> java.lang.OutOfMemoryError
>> 
>> Ran the test 25 times on windows-x64 and linux-x64 without failure with the following vm args:
>> `-Xcomp -ea -esa -XX:CompileThreshold=100 -XX:+UnlockExperimentalVMOptions -server -XX:+TieredCompilation -XX:-UseCompressedOops`
>
> Seems reasonable though we really need to know whether this test ever passes properly with the small values causing these errors - otherwise the test serves no purpose.
> 
> Thanks

Thanks @dholmes-ora, @iklam for the review.

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

PR Comment: https://git.openjdk.org/jdk/pull/20700#issuecomment-2311126568


More information about the hotspot-runtime-dev mailing list