diff src/share/vm/runtime/globals.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 bbc900c2482a
children 58ad5f22317e
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Tue Jun 12 09:47:23 2012 -0700
+++ b/src/share/vm/runtime/globals.hpp	Tue Jun 12 14:31:44 2012 -0700
@@ -631,9 +631,6 @@
   develop(bool, InlineClassNatives, true,                                   \
           "inline Class.isInstance, etc")                                   \
                                                                             \
-  develop(bool, InlineAtomicLong, true,                                     \
-          "inline sun.misc.AtomicLong")                                     \
-                                                                            \
   develop(bool, InlineThreadNatives, true,                                  \
           "inline Thread.currentThread, etc")                               \
                                                                             \