< prev index next >

test/hotspot/jtreg/runtime/appcds/jigsaw/modulepath/MainModuleOnly.java

Print this page

        

@@ -170,8 +170,8 @@
         TestCommon.run("-Xlog:class+load=trace",
                        "-cp", destJar.toString(),
                        "--module-path", moduleDir.toString(),
                        "-m", TEST_MODULE1)
             .assertAbnormalExit(
-                "A jar/jimage file is not the one used while building the shared archive file:");
+                "A jar file is not the one used while building the shared archive file:");
     }
 }
< prev index next >