comparison src/share/vm/runtime/globals.hpp @ 6146:eba1d5bce9e8

Merge
author kvn
date Thu, 14 Jun 2012 14:59:52 -0700
parents 8b0a4867acf0
children 58ad5f22317e
comparison
equal deleted inserted replaced
6130:17b1b616daf7 6146:eba1d5bce9e8
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 "\