Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8278705 | 19 | Roland Westrelin | P5 | Resolved | Fixed | team |
For the same node with different type, there may have some identical code. E.g.
AddINode::Ideal https://github.com/openjdk/jdk/blob/master/src/hotspot/share/opto/addnode.cpp#L252
AddLNode::Ideal https://github.com/openjdk/jdk/blob/master/src/hotspot/share/opto/addnode.cpp#L399
It would be good to have it in a shared method.
AddINode::Ideal https://github.com/openjdk/jdk/blob/master/src/hotspot/share/opto/addnode.cpp#L252
AddLNode::Ideal https://github.com/openjdk/jdk/blob/master/src/hotspot/share/opto/addnode.cpp#L399
It would be good to have it in a shared method.
- backported by
-
JDK-8278705 Refine identical code in AddI/LNode.
-
- Resolved
-