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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
einsteinathome
openjdk
jdk17u
Commits
cd910ffe
Commit
cd910ffe
authored
May 28, 2014
by
Igor Ignatyev
Browse files
Options
Downloads
Patches
Plain Diff
8043899: compiler/5091921/Test7005594.java fails if specified -Xmx is less than 1600m
Reviewed-by: kvn, twisti, vlivanov
parent
7ffabd53
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
hotspot/test/compiler/5091921/Test7005594.java
+0
-1
0 additions, 1 deletion
hotspot/test/compiler/5091921/Test7005594.java
hotspot/test/compiler/5091921/Test7005594.sh
+2
-2
2 additions, 2 deletions
hotspot/test/compiler/5091921/Test7005594.sh
with
2 additions
and
3 deletions
hotspot/test/compiler/5091921/Test7005594.java
+
0
−
1
View file @
cd910ffe
...
...
@@ -25,7 +25,6 @@
/**
* @test
* @bug 7005594
* @ignore 7117034
* @summary Array overflow not handled correctly with loop optimzations
*
* @run shell Test7005594.sh
...
...
This diff is collapsed.
Click to expand it.
hotspot/test/compiler/5091921/Test7005594.sh
+
2
−
2
View file @
cd910ffe
...
...
@@ -78,7 +78,7 @@ cp ${TESTSRC}/Test7005594.sh .
${
COMPILEJAVA
}
/bin/javac
${
TESTJAVACOPTS
}
-d
.
Test7005594.java
${
TESTJAVA
}
/bin/java
${
TESTVMOPTS
}
-Xms1600m
-XX
:+IgnoreUnrecognizedVMOptions
-XX
:-ZapUnusedHeapArea
-Xcomp
-XX
:CompileOnly
=
Test7005594.test Test7005594
>
test.out 2>&1
${
TESTJAVA
}
/bin/java
${
TESTVMOPTS
}
-Xmx1600m
-Xms1600m
-XX
:+IgnoreUnrecognizedVMOptions
-XX
:-ZapUnusedHeapArea
-Xcomp
-XX
:CompileOnly
=
Test7005594.test Test7005594
>
test.out 2>&1
result
=
$?
...
...
@@ -97,7 +97,7 @@ then
fi
# The test should pass when no enough space for object heap
grep
"Could not reserve enough space for object heap"
test.out
grep
"Could not reserve enough space for
.*
object heap"
test.out
if
[
$?
=
0
]
then
echo
"Passed"
...
...
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