On Fri, 15 Oct 2021 19:31:24 GMT, Vamsi Parasa <d...@openjdk.java.net> wrote:
>> src/hotspot/share/opto/mulnode.cpp line 468: >> >>> 466: } >>> 467: >>> 468: >>> //============================================================================= >> >> MulHiLNode::Value() and UMulHiLNode::Value() seem to be identical. Perhaps >> some refactoring would be in order, maybe make a common shared routine. > > Sure, will do the refactoring to use a shared routine. Pushed the refactored code to use a common routine for MulHiLNode::Value() and UMulHiLNode::Value(). Please review... ------------- PR: https://git.openjdk.java.net/jdk/pull/5933