Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2195927 | 7 | Vladimir Kozlov | P5 | Closed | Fixed | b102 |
JDK-2197871 | 6u23 | Vladimir Kozlov | P5 | Resolved | Fixed | b01 |
JDK-2199771 | 6u22m | Vladimir Kozlov | P5 | Resolved | Fixed | b01 |
JDK-2197577 | 6u21p | Vladimir Kozlov | P5 | Resolved | Fixed | b03 |
C2 has a lot of places with the next calls sequence:
add_users_to_worklist(old);
hash_delete(old);
subsume_node(old, nn);
and without add_users_to_worklist(old).
Investigate a possibility to call hash_delete() and add_users_to_worklist()
from subsume_node().
add_users_to_worklist(old);
hash_delete(old);
subsume_node(old, nn);
and without add_users_to_worklist(old).
Investigate a possibility to call hash_delete() and add_users_to_worklist()
from subsume_node().
- backported by
-
JDK-2197577 PhaseIterGVN::subsume_node() should call hash_delete() and add_users_to_worklist()
-
- Resolved
-
-
JDK-2197871 PhaseIterGVN::subsume_node() should call hash_delete() and add_users_to_worklist()
-
- Resolved
-
-
JDK-2199771 PhaseIterGVN::subsume_node() should call hash_delete() and add_users_to_worklist()
-
- Resolved
-
-
JDK-2195927 PhaseIterGVN::subsume_node() should call hash_delete() and add_users_to_worklist()
-
- Closed
-