diff src/share/vm/c1/c1_LIRGenerator.hpp @ 6143:8b0a4867acf0

7174218: remove AtomicLongCSImpl intrinsics Reviewed-by: kvn, twisti Contributed-by: Krystal Mok <sajia@taobao.com>
author twisti
date Tue, 12 Jun 2012 14:31:44 -0700
parents 8f37087fc13f
children 1d7922586cf6
line wrap: on
line diff
--- a/src/share/vm/c1/c1_LIRGenerator.hpp	Tue Jun 12 09:47:23 2012 -0700
+++ b/src/share/vm/c1/c1_LIRGenerator.hpp	Tue Jun 12 14:31:44 2012 -0700
@@ -244,7 +244,6 @@
   void do_MathIntrinsic(Intrinsic* x);
   void do_ArrayCopy(Intrinsic* x);
   void do_CompareAndSwap(Intrinsic* x, ValueType* type);
-  void do_AttemptUpdate(Intrinsic* x);
   void do_NIOCheckIndex(Intrinsic* x);
   void do_FPIntrinsics(Intrinsic* x);
   void do_Reference_get(Intrinsic* x);