Skip to content

Commit 5c70bdf

Browse files
author
duke
committed
Backport b42b8886aa93a50d114f9a105ef6b94febd38729
1 parent 4a5c578 commit 5c70bdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public static void main(String[] args) throws Exception {
5454
// will be ignored during dumping.
5555
TestCommon.dump(appJar, classlist, "-Xlog:cds")
5656
.shouldContain("Dumping")
57-
.shouldContain("[cds] Prohibited package for non-bootstrap classes: java/lang/Prohibited.class")
57+
.shouldContain("Prohibited package for non-bootstrap classes: java/lang/Prohibited.class")
5858
.shouldHaveExitValue(0);
5959
}
6060

0 commit comments

Comments
 (0)