-
Enhancement
-
Resolution: Fixed
-
P3
-
9
-
b06
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8045374 | 8u25 | Vladimir Ivanov | P3 | Resolved | Fixed | b01 |
JDK-8038745 | 8u20 | Vladimir Ivanov | P3 | Resolved | Fixed | b08 |
JDK-8053481 | emb-8u26 | Vladimir Ivanov | P3 | Resolved | Fixed | b17 |
@Stable was added in 8 as an experimental feature.
On VM side, 2 flags are used:
* FoldStableValues
* UseImplicitStableValues
Future JSR292 performance improvements rely on it, so it should be turned on by default.
Turn it on in 9 first and then backport to 8u20.
On VM side, 2 flags are used:
* FoldStableValues
* UseImplicitStableValues
Future JSR292 performance improvements rely on it, so it should be turned on by default.
Turn it on in 9 first and then backport to 8u20.
- backported by
-
JDK-8038745 Turn on @Stable support in VM
-
- Resolved
-
-
JDK-8045374 Turn on @Stable support in VM
-
- Resolved
-
-
JDK-8053481 Turn on @Stable support in VM
-
- Resolved
-
- relates to
-
JDK-8001107 @Stable annotation for constant folding of lazily evaluated variables
-
- Resolved
-
-
JDK-8286013 Incorrect test configurations for compiler/stable/TestStableShort.java
-
- Resolved
-