-
Bug
-
Resolution: Fixed
-
P3
-
11
-
b15
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8203976 | 11.0.1 | Ekaterina Pavlova | P3 | Resolved | Fixed | team |
compiler/stable/TestStableShort.java is run in 4 configurations but all configurations are the same. As result no c1 is tested as it was designed.
* @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* -XX:-TieredCompilation
* -XX:+FoldStableValues
* compiler.stable.TestStableShort
* @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* -XX:-TieredCompilation
* -XX:+FoldStableValues
* compiler.stable.TestStableShort
*
* @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* -XX:-TieredCompilation
* -XX:+FoldStableValues
* compiler.stable.TestStableShort
* @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* -XX:-TieredCompilation
* -XX:+FoldStableValues
* compiler.stable.TestStableShort
This change was done as part of
changeset: 36616:5172e3dd60f2
parent: 36615:c744e3b0f8c5
parent: 36614:5d0164473902
user: chegar
date: Tue Mar 22 17:04:25 2016 +0000
summary: Merge
See "hg diff -r 36614 -r 36616 hotspot/test/compiler/stable/TestStableShort.java"
* @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* -XX:-TieredCompilation
* -XX:+FoldStableValues
* compiler.stable.TestStableShort
* @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* -XX:-TieredCompilation
* -XX:+FoldStableValues
* compiler.stable.TestStableShort
*
* @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* -XX:-TieredCompilation
* -XX:+FoldStableValues
* compiler.stable.TestStableShort
* @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* -XX:-TieredCompilation
* -XX:+FoldStableValues
* compiler.stable.TestStableShort
This change was done as part of
changeset: 36616:5172e3dd60f2
parent: 36615:c744e3b0f8c5
parent: 36614:5d0164473902
user: chegar
date: Tue Mar 22 17:04:25 2016 +0000
summary: Merge
See "hg diff -r 36614 -r 36616 hotspot/test/compiler/stable/TestStableShort.java"
- backported by
-
JDK-8203976 compiler/stable/TestStableShort.java is broken
-
- Resolved
-
- relates to
-
JDK-8286013 Incorrect test configurations for compiler/stable/TestStableShort.java
-
- Resolved
-