From d32d6c028de4aed8d1f1ef70734d43f056a0ff34 Mon Sep 17 00:00:00 2001 From: Matthijs Bijman Date: Wed, 14 Dec 2022 11:30:34 +0000 Subject: [PATCH] 8297791: update _max_classes in node type system Reviewed-by: thartmann --- src/hotspot/share/opto/node.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hotspot/share/opto/node.hpp b/src/hotspot/share/opto/node.hpp index 29b57d674f5..221491f9795 100644 --- a/src/hotspot/share/opto/node.hpp +++ b/src/hotspot/share/opto/node.hpp @@ -763,7 +763,7 @@ public: DEFINE_CLASS_ID(Move, Node, 17) DEFINE_CLASS_ID(LShift, Node, 18) - _max_classes = ClassMask_Move + _max_classes = ClassMask_LShift }; #undef DEFINE_CLASS_ID