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

*** 77,87 **** --- 77,84 ---- "-XX:+UnlockDiagnosticVMOptions", "--patch-module=java.naming=" + moduleJar, "-Xlog:class+load", "-Xlog:class+path=info", "PatchMain", "javax.naming.myspi.NamingManager") ! .assertSilentlyDisabledCDS(out -> { out.shouldHaveExitValue(0) .shouldContain("I pass!"); }); ! .assertSilentlyDisabledCDS(0, "I pass!"); } }

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