RFR: 8373134: C2: Min/Max users of Min/Max uses should be enqueued for GVN [v6]

Galder Zamarreño galder at openjdk.org
Fri Jan 9 16:14:18 UTC 2026


On Fri, 9 Jan 2026 13:40:27 GMT, Emanuel Peter <epeter at openjdk.org> wrote:

>> src/hotspot/share/opto/addnode.hpp line 334:
>> 
>>> 332: 
>>> 333: public:
>>> 334:   MinMaxNode( Node *in1, Node *in2 ) : AddNode(in1,in2) {
>> 
>> Suggestion:
>> 
>>   MinMaxNode(Node* in1, Node* in2) : AddNode(in1, in2) {
>> 
>> Might as well fix code style while touching it.
>
> Do the same below ;)

Sure, I've fixed other places too

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/28895#discussion_r2676762121


More information about the hotspot-compiler-dev mailing list