Skip to content
Snippets Groups Projects
Commit 915cc663 authored by Goetz Lindenmaier's avatar Goetz Lindenmaier
Browse files

8325038: runtime/cds/appcds/ProhibitedPackage.java can fail with UseLargePages

Backport-of: b42b8886aa93a50d114f9a105ef6b94febd38729
parent d2b244d8
Branches
Tags
No related merge requests found
......@@ -54,7 +54,7 @@ public class ProhibitedPackage {
// will be ignored during dumping.
TestCommon.dump(appJar, classlist, "-Xlog:cds")
.shouldContain("Dumping")
.shouldContain("[cds] Prohibited package for non-bootstrap classes: java/lang/Prohibited.class")
.shouldContain("Prohibited package for non-bootstrap classes: java/lang/Prohibited.class")
.shouldHaveExitValue(0);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment