RFR: 8316131: runtime/cds/appcds/TestParallelGCWithCDS.java fails with JNI error [v3]
Calvin Cheung
ccheung at openjdk.org
Tue Jun 4 06:18:09 UTC 2024
On Tue, 4 Jun 2024 04:41:06 GMT, David Holmes <dholmes at openjdk.org> wrote:
> The JNI Error only happened because exceptions were not being handled correctly. Now that is fixed. So the number of actual failure paths are now reduced. So what I'm suggesting is that you only enhance the test to account for the additional path your testing uncovered rather than treating all VM initialization errors as being okay.
I've updated the matching pattern in the test to account for the additional failure path. Also keeping the check for JVM has not crashed.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/19506#issuecomment-2146694817
More information about the hotspot-runtime-dev
mailing list