comparison src/share/vm/runtime/globals.hpp @ 11154:02d7aa1456c9

8004872: Early loading of HashMap and StringValue under -XX:+AggressiveOpts can be removed Summary: this fix also removes the -XX:+UseStringCache option Reviewed-by: dholmes, acorn, iklam
author ccheung
date Thu, 18 Jul 2013 14:57:51 -0700
parents ec173c8f3739
children 6b0fd0964b87 8796fd3ac898 94c202aa2646
comparison
equal deleted inserted replaced
11151:5e3b6f79d280 11154:02d7aa1456c9
2587 "Inline allocations larger than this in doublewords must go slow")\ 2587 "Inline allocations larger than this in doublewords must go slow")\
2588 \ 2588 \
2589 product(bool, AggressiveOpts, false, \ 2589 product(bool, AggressiveOpts, false, \
2590 "Enable aggressive optimizations - see arguments.cpp") \ 2590 "Enable aggressive optimizations - see arguments.cpp") \
2591 \ 2591 \
2592 product(bool, UseStringCache, false, \
2593 "Enable String cache capabilities on String.java") \
2594 \
2595 /* statistics */ \ 2592 /* statistics */ \
2596 develop(bool, CountCompiledCalls, false, \ 2593 develop(bool, CountCompiledCalls, false, \
2597 "counts method invocations") \ 2594 "counts method invocations") \
2598 \ 2595 \
2599 notproduct(bool, CountRuntimeCalls, false, \ 2596 notproduct(bool, CountRuntimeCalls, false, \