comparison src/share/vm/runtime/globals.hpp @ 6147:5ba29a1db46e hs24-b14

Merge
author amurillo
date Fri, 15 Jun 2012 14:07:00 -0700
parents 8b0a4867acf0
children 58ad5f22317e
comparison
equal deleted inserted replaced
6114:b38fb5f31e31 6147:5ba29a1db46e
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 "\