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

*** 94,104 **** --- 94,101 ---- "-XX:+UnlockDiagnosticVMOptions", "--patch-module=java.naming=" + moduleJar2 + File.pathSeparator + moduleJar, "-Xlog:class+load", "-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/TwoJars.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File