hotspot/src/share/vm/opto/classes.hpp
changeset 13485 6c7faa516fc6
parent 13104 657b387034fb
child 13886 8d82c4dfa722
--- a/hotspot/src/share/vm/opto/classes.hpp	Wed Aug 15 16:49:38 2012 -0700
+++ b/hotspot/src/share/vm/opto/classes.hpp	Mon Aug 20 09:07:21 2012 -0700
@@ -256,6 +256,8 @@
 macro(SubVL)
 macro(SubVF)
 macro(SubVD)
+macro(MulVS)
+macro(MulVI)
 macro(MulVF)
 macro(MulVD)
 macro(DivVF)
@@ -263,9 +265,15 @@
 macro(LShiftVB)
 macro(LShiftVS)
 macro(LShiftVI)
+macro(LShiftVL)
 macro(RShiftVB)
 macro(RShiftVS)
 macro(RShiftVI)
+macro(RShiftVL)
+macro(URShiftVB)
+macro(URShiftVS)
+macro(URShiftVI)
+macro(URShiftVL)
 macro(AndV)
 macro(OrV)
 macro(XorV)