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
5819d91f
Commit
5819d91f
authored
6 months ago
by
SendaoYan
Committed by
Paul Hohensee
6 months ago
Browse files
Options
Downloads
Patches
Plain Diff
8342681: TestLoadBypassesNullCheck.java fails improperly specified VM option
Backport-of: 8bcd4920f1b03d0ef8e295e53557c629f05ceaa4
parent
b0c75b45
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/gc/shenandoah/compiler/TestLoadBypassesNullCheck.java
+8
-4
8 additions, 4 deletions
...reg/gc/shenandoah/compiler/TestLoadBypassesNullCheck.java
with
8 additions
and
4 deletions
test/hotspot/jtreg/gc/shenandoah/compiler/TestLoadBypassesNullCheck.java
+
8
−
4
View file @
5819d91f
...
@@ -28,10 +28,14 @@
...
@@ -28,10 +28,14 @@
* @requires vm.flavor == "server"
* @requires vm.flavor == "server"
* @requires vm.gc.Shenandoah
* @requires vm.gc.Shenandoah
*
*
* @run main/othervm -XX:-TieredCompilation -XX:-UseOnStackReplacement -XX:-BackgroundCompilation -XX:+StressGCM
* @run main/othervm -XX:-TieredCompilation -XX:-UseOnStackReplacement -XX:-BackgroundCompilation
* -XX:+StressLCM -XX:+UseShenandoahGC -XX:LoopMaxUnroll=0 -XX:StressSeed=270847015 TestLoadBypassesNullCheck
* -XX:+UseShenandoahGC -XX:LoopMaxUnroll=0
* @run main/othervm -XX:-TieredCompilation -XX:-UseOnStackReplacement -XX:-BackgroundCompilation -XX:+StressGCM
* -XX:+UnlockDiagnosticVMOptions -XX:+StressGCM -XX:+StressLCM -XX:StressSeed=270847015
* -XX:+StressLCM -XX:+UseShenandoahGC -XX:LoopMaxUnroll=0 TestLoadBypassesNullCheck
* TestLoadBypassesNullCheck
* @run main/othervm -XX:-TieredCompilation -XX:-UseOnStackReplacement -XX:-BackgroundCompilation
* -XX:+UseShenandoahGC -XX:LoopMaxUnroll=0
* -XX:+UnlockDiagnosticVMOptions -XX:+StressGCM -XX:+StressLCM
* TestLoadBypassesNullCheck
*
*
*/
*/
...
...
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