test/hotspot/jtreg/runtime/appcds/jigsaw/PatchModule/MismatchedPatchModule.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/test/hotspot/jtreg/runtime/appcds/jigsaw/PatchModule/MismatchedPatchModule.java	Sun Apr  8 23:07:24 2018
--- new/test/hotspot/jtreg/runtime/appcds/jigsaw/PatchModule/MismatchedPatchModule.java	Sun Apr  8 23:07:24 2018

*** 85,95 **** --- 85,92 ---- "-XX:+UnlockDiagnosticVMOptions", "--patch-module=java.naming=" + moduleJar, "--patch-module=java.naming2=" + moduleJar, "-Xlog:class+path=info", "PatchMain", "javax.naming.spi.NamingManager") ! .assertSilentlyDisabledCDS(out -> { out.shouldHaveExitValue(0) .shouldContain("I pass!"); }); ! .assertSilentlyDisabledCDS(0, "I pass!"); } }

test/hotspot/jtreg/runtime/appcds/jigsaw/PatchModule/MismatchedPatchModule.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File