src/hotspot/share/opto/type.hpp
changeset 58372 43c4fb8ba96b
parent 55583 82fae48799e4
child 58679 9c3209ff7550
child 58931 304c63b17b07
--- a/src/hotspot/share/opto/type.hpp	Fri Sep 27 12:46:14 2019 +0200
+++ b/src/hotspot/share/opto/type.hpp	Tue Jul 16 08:56:08 2019 +0200
@@ -1791,6 +1791,7 @@
 #define Op_SubX      Op_SubL
 #define Op_XorX      Op_XorL
 #define Op_URShiftX  Op_URShiftL
+#define Op_LoadX     Op_LoadL
 // conversions
 #define ConvI2X(x)   ConvI2L(x)
 #define ConvL2X(x)   (x)
@@ -1838,6 +1839,7 @@
 #define Op_SubX      Op_SubI
 #define Op_XorX      Op_XorI
 #define Op_URShiftX  Op_URShiftI
+#define Op_LoadX     Op_LoadI
 // conversions
 #define ConvI2X(x)   (x)
 #define ConvL2X(x)   ConvL2I(x)