The test:
runtime/cds/appcds/VerifyWithDefaultArchive.java
added byJDK-8264337 checks for:
out.shouldContain("OpenJDK");
but that will only work for an OpenJDK build not e.g. an Oracle JDK build.
runtime/cds/appcds/VerifyWithDefaultArchive.java
added by
out.shouldContain("OpenJDK");
but that will only work for an OpenJDK build not e.g. an Oracle JDK build.
- relates to
-
JDK-8264337 VM crashed when -XX:+VerifySharedSpaces
-
- Resolved
-