comparison 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
comparison
equal deleted inserted replaced
6142:121e5708ae96 6143:8b0a4867acf0
629 "inline SinD, CosD, etc.") \ 629 "inline SinD, CosD, etc.") \
630 \ 630 \
631 develop(bool, InlineClassNatives, true, \ 631 develop(bool, InlineClassNatives, true, \
632 "inline Class.isInstance, etc") \ 632 "inline Class.isInstance, etc") \
633 \ 633 \
634 develop(bool, InlineAtomicLong, true, \
635 "inline sun.misc.AtomicLong") \
636 \
637 develop(bool, InlineThreadNatives, true, \ 634 develop(bool, InlineThreadNatives, true, \
638 "inline Thread.currentThread, etc") \ 635 "inline Thread.currentThread, etc") \
639 \ 636 \
640 develop(bool, InlineReflectionGetCallerClass, true, \ 637 develop(bool, InlineReflectionGetCallerClass, true, \
641 "inline sun.reflect.Reflection.getCallerClass(), known to be part "\ 638 "inline sun.reflect.Reflection.getCallerClass(), known to be part "\