hotspot/src/share/vm/c1/c1_GraphBuilder.cpp
changeset 12957 f3cc386f349e
parent 12949 e125ba4c16bd
child 13291 9de3b1387cb8
--- a/hotspot/src/share/vm/c1/c1_GraphBuilder.cpp	Tue Jun 12 09:47:23 2012 -0700
+++ b/hotspot/src/share/vm/c1/c1_GraphBuilder.cpp	Tue Jun 12 14:31:44 2012 -0700
@@ -3195,13 +3195,6 @@
       preserves_state = true;
       break;
 
-    // sun/misc/AtomicLong.attemptUpdate
-    case vmIntrinsics::_attemptUpdate :
-      if (!VM_Version::supports_cx8()) return false;
-      if (!InlineAtomicLong) return false;
-      preserves_state = true;
-      break;
-
     // Use special nodes for Unsafe instructions so we can more easily
     // perform an address-mode optimization on the raw variants
     case vmIntrinsics::_getObject : return append_unsafe_get_obj(callee, T_OBJECT,  false);