comparison src/share/vm/runtime/globals.hpp @ 2265:162b62460264

7021953: Remove flags from globals.hpp inadvertently dragged in by 7016023 Summary: removed erroneous flags Reviewed-by: kvn, dcubed
author dholmes
date Thu, 24 Feb 2011 21:38:37 -0500
parents f77b3ec064b0
children cf16c93393f5 da091bb67459
comparison
equal deleted inserted replaced
2243:f77b3ec064b0 2265:162b62460264
2662 "Enable aggressive optimizations - see arguments.cpp") \ 2662 "Enable aggressive optimizations - see arguments.cpp") \
2663 \ 2663 \
2664 product(bool, UseStringCache, false, \ 2664 product(bool, UseStringCache, false, \
2665 "Enable String cache capabilities on String.java") \ 2665 "Enable String cache capabilities on String.java") \
2666 \ 2666 \
2667 /* byte strings */ \
2668 product(bool, UseCompressedStrings, false, \
2669 "Enable byte-valued strings") \
2670 \
2671 product(bool, SpecialStringCompress, true, \
2672 "special version of string compress") \
2673 \
2674 product(bool, SpecialStringInflate, true, \
2675 "special version of string inflate") \
2676 \
2677 product(bool, SpecialStringCompareToCC, true, \
2678 "special version of string compareToCC") \
2679 \
2680 product(bool, SpecialStringIndexOfCC, true, \
2681 "special version of string indexOfCC") \
2682 \
2683 product(bool, SpecialStringEqualsCC, true, \
2684 "special version of string equalsCC") \
2685 \
2686 /* statistics */ \ 2667 /* statistics */ \
2687 develop(bool, CountCompiledCalls, false, \ 2668 develop(bool, CountCompiledCalls, false, \
2688 "counts method invocations") \ 2669 "counts method invocations") \
2689 \ 2670 \
2690 notproduct(bool, CountRuntimeCalls, false, \ 2671 notproduct(bool, CountRuntimeCalls, false, \