Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jdk17u
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
einsteinathome
openjdk
jdk17u
Commits
915cc663
Commit
915cc663
authored
6 months ago
by
Goetz Lindenmaier
Browse files
Options
Downloads
Patches
Plain Diff
8325038: runtime/cds/appcds/ProhibitedPackage.java can fail with UseLargePages
Backport-of: b42b8886aa93a50d114f9a105ef6b94febd38729
parent
d2b244d8
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/hotspot/jtreg/runtime/cds/appcds/ProhibitedPackage.java
+1
-1
1 addition, 1 deletion
test/hotspot/jtreg/runtime/cds/appcds/ProhibitedPackage.java
with
1 addition
and
1 deletion
test/hotspot/jtreg/runtime/cds/appcds/ProhibitedPackage.java
+
1
−
1
View file @
915cc663
...
...
@@ -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
);
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment