We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a5c578 commit 5c70bdfCopy full SHA for 5c70bdf
test/hotspot/jtreg/runtime/cds/appcds/ProhibitedPackage.java
@@ -54,7 +54,7 @@ public static void main(String[] args) throws Exception {
54
// will be ignored during dumping.
55
TestCommon.dump(appJar, classlist, "-Xlog:cds")
56
.shouldContain("Dumping")
57
- .shouldContain("[cds] Prohibited package for non-bootstrap classes: java/lang/Prohibited.class")
+ .shouldContain("Prohibited package for non-bootstrap classes: java/lang/Prohibited.class")
58
.shouldHaveExitValue(0);
59
}
60
0 commit comments