diff src/share/vm/c1/c1_LIRGenerator.cpp @ 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 e2fe93124108
line wrap: on
line diff
--- a/src/share/vm/c1/c1_LIRGenerator.cpp	Tue Jun 12 09:47:23 2012 -0700
+++ b/src/share/vm/c1/c1_LIRGenerator.cpp	Tue Jun 12 14:31:44 2012 -0700
@@ -3009,11 +3009,6 @@
     do_CompareAndSwap(x, longType);
     break;
 
-    // sun.misc.AtomicLongCSImpl.attemptUpdate
-  case vmIntrinsics::_attemptUpdate:
-    do_AttemptUpdate(x);
-    break;
-
   case vmIntrinsics::_Reference_get:
     do_Reference_get(x);
     break;
@@ -3254,4 +3249,3 @@
     }
   }
 }
-