Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2174835 | 6u14 | Vladimir Kozlov | P3 | Resolved | Fixed | b01 |
JDK-2172240 | 6u5p | Vladimir Kozlov | P3 | Resolved | Fixed | b01 |
LoadL->ConvL2I ==> LoadI optimization causes the problem for an object
initialization after InitializeNode was added in C2 since LoadI will not
match raw StoreL captured by InitializeNode. As result LoadI node could
be scheduled above the initialize StoreL node.
The problem was found during EA testing.
initialization after InitializeNode was added in C2 since LoadI will not
match raw StoreL captured by InitializeNode. As result LoadI node could
be scheduled above the initialize StoreL node.
The problem was found during EA testing.
- backported by
-
JDK-2172240 Disable LoadL->ConvL2I ==> LoadI optimization
-
- Resolved
-
-
JDK-2174835 Disable LoadL->ConvL2I ==> LoadI optimization
-
- Resolved
-
- relates to
-
JDK-6814842 Load shortening optimizations
-
- Resolved
-