hotspot/src/share/vm/opto/classes.hpp
changeset 13886 8d82c4dfa722
parent 13485 6c7faa516fc6
child 13930 8df570f94294
--- a/hotspot/src/share/vm/opto/classes.hpp	Wed Sep 19 16:50:26 2012 -0700
+++ b/hotspot/src/share/vm/opto/classes.hpp	Thu Sep 20 16:49:17 2012 +0200
@@ -83,6 +83,12 @@
 macro(CompareAndSwapL)
 macro(CompareAndSwapP)
 macro(CompareAndSwapN)
+macro(GetAndAddI)
+macro(GetAndAddL)
+macro(GetAndSetI)
+macro(GetAndSetL)
+macro(GetAndSetP)
+macro(GetAndSetN)
 macro(Con)
 macro(ConN)
 macro(ConD)