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

*** 97,108 **** --- 97,104 ---- "-XX:+UnlockDiagnosticVMOptions", "-cp", classPath, "--patch-module=java.naming=" + moduleJar, "-Xlog:class+load", "PatchMain", "javax.naming.Reference", "mypackage.MyReference") ! .assertSilentlyDisabledCDS(out -> { out.shouldHaveExitValue(0) .shouldContain("MyReference source: file:") .shouldContain("I pass!"); }); ! .assertSilentlyDisabledCDS(0, "MyReference source: file:", "I pass!"); } }

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