changeset 12957 | f3cc386f349e |
parent 12781 | dd6480eea079 |
child 13091 | e2c2f5de7e6a |
--- a/hotspot/src/share/vm/runtime/globals.hpp Tue Jun 12 09:47:23 2012 -0700 +++ b/hotspot/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") \ \