-
Bug
-
Resolution: Fixed
-
P3
-
11, 17, 18, 19
-
b21
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8286903 | 18u-cpu | Jie Fu | P3 | Resolved | Fixed | master |
JDK-8286794 | 18.0.2 | Jie Fu | P3 | Resolved | Fixed | b07 |
JDK-8286863 | 17.0.5-oracle | Tobias Hartmann | P3 | Resolved | Fixed | b01 |
JDK-8286406 | 17.0.4 | Jie Fu | P3 | Resolved | Fixed | b02 |
JDK-8286861 | 11.0.17-oracle | Tobias Hartmann | P3 | Resolved | Fixed | b01 |
JDK-8286405 | 11.0.16 | Jie Fu | P3 | Resolved | Fixed | b02 |
```
/*
* @test TestStableShort
* @summary tests on stable fields and arrays
* @library /test/lib /
* @modules java.base/jdk.internal.misc
* @modules java.base/jdk.internal.vm.annotation
* @build sun.hotspot.WhiteBox
*
* @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
*/
```
I believe this is a copy-paste mistake.
Let's fix it.
- backported by
-
JDK-8286405 Incorrect test configurations for compiler/stable/TestStableShort.java
- Resolved
-
JDK-8286406 Incorrect test configurations for compiler/stable/TestStableShort.java
- Resolved
-
JDK-8286794 Incorrect test configurations for compiler/stable/TestStableShort.java
- Resolved
-
JDK-8286861 Incorrect test configurations for compiler/stable/TestStableShort.java
- Resolved
-
JDK-8286863 Incorrect test configurations for compiler/stable/TestStableShort.java
- Resolved
-
JDK-8286903 Incorrect test configurations for compiler/stable/TestStableShort.java
- Resolved
- relates to
-
JDK-8203318 compiler/stable/TestStableShort.java is broken
- Resolved
-
JDK-8035828 Turn on @Stable support in VM
- Resolved
- links to
-
Commit openjdk/jdk11u-dev/df88e3de
-
Commit openjdk/jdk17u-dev/0e6959de
-
Commit openjdk/jdk18u/aac6bd59
-
Commit openjdk/jdk/3420a1aa
-
Review openjdk/jdk11u-dev/1071
-
Review openjdk/jdk17u-dev/387
-
Review openjdk/jdk18u/128
-
Review openjdk/jdk/8503