< prev index next >

test/hotspot/jtreg/runtime/cds/appcds/AppendClasspath.java

Print this page

*** 93,113 **** TestCommon.run( "-Xlog:cds", "-cp", appJar2 + File.pathSeparator + appJar, "HelloMore") .assertAbnormalExit(errorMessage1, errorMessage2); - - // FAIL: 4) non-existing jar during dump time but jar exists during runtime - TestCommon.testDump(classPath, TestCommon.list("Hello")); - - Files.copy(Paths.get(classDir, "hello.jar"), - Paths.get(classDir, newFile), - StandardCopyOption.REPLACE_EXISTING); - - TestCommon.run( - "-cp", classPath, - "-Xlog:class+path=trace", - "Hello") - .assertAbnormalExit(errorMessage1, errorMessage2); - } } --- 93,99 ----
< prev index next >