comparison src/share/vm/runtime/globals.hpp @ 2266:cf16c93393f5

Merge
author rottenha
date Fri, 25 Feb 2011 03:29:56 -0800
parents a97fd181b813 162b62460264
children 2ab52cda08e5 23ae54207126
comparison
equal deleted inserted replaced
2264:a97fd181b813 2266:cf16c93393f5
2665 "Enable aggressive optimizations - see arguments.cpp") \ 2665 "Enable aggressive optimizations - see arguments.cpp") \
2666 \ 2666 \
2667 product(bool, UseStringCache, false, \ 2667 product(bool, UseStringCache, false, \
2668 "Enable String cache capabilities on String.java") \ 2668 "Enable String cache capabilities on String.java") \
2669 \ 2669 \
2670 /* byte strings */ \
2671 product(bool, UseCompressedStrings, false, \
2672 "Enable byte-valued strings") \
2673 \
2674 product(bool, SpecialStringCompress, true, \
2675 "special version of string compress") \
2676 \
2677 product(bool, SpecialStringInflate, true, \
2678 "special version of string inflate") \
2679 \
2680 product(bool, SpecialStringCompareToCC, true, \
2681 "special version of string compareToCC") \
2682 \
2683 product(bool, SpecialStringIndexOfCC, true, \
2684 "special version of string indexOfCC") \
2685 \
2686 product(bool, SpecialStringEqualsCC, true, \
2687 "special version of string equalsCC") \
2688 \
2689 /* statistics */ \ 2670 /* statistics */ \
2690 develop(bool, CountCompiledCalls, false, \ 2671 develop(bool, CountCompiledCalls, false, \
2691 "counts method invocations") \ 2672 "counts method invocations") \
2692 \ 2673 \
2693 notproduct(bool, CountRuntimeCalls, false, \ 2674 notproduct(bool, CountRuntimeCalls, false, \