Skip to content

Commit d32d6c0

Browse files
Matthijs BijmanTobiHartmann
Matthijs Bijman
authored andcommitted
8297791: update _max_classes in node type system
Reviewed-by: thartmann
1 parent b754aa5 commit d32d6c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/share/opto/node.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ class Node {
763763
DEFINE_CLASS_ID(Move, Node, 17)
764764
DEFINE_CLASS_ID(LShift, Node, 18)
765765

766-
_max_classes = ClassMask_Move
766+
_max_classes = ClassMask_LShift
767767
};
768768
#undef DEFINE_CLASS_ID
769769

0 commit comments

Comments
 (0)