comparison src/share/vm/runtime/globals.hpp @ 14407:94c202aa2646

Merge
author kvn
date Thu, 01 Aug 2013 17:25:10 -0700
parents 438e13354adf 02d7aa1456c9
children ec28f9c041ff
comparison
equal deleted inserted replaced
14406:c9f0adfb4a8b 14407:94c202aa2646
2586 "Inline allocations larger than this in doublewords must go slow")\ 2586 "Inline allocations larger than this in doublewords must go slow")\
2587 \ 2587 \
2588 product(bool, AggressiveOpts, false, \ 2588 product(bool, AggressiveOpts, false, \
2589 "Enable aggressive optimizations - see arguments.cpp") \ 2589 "Enable aggressive optimizations - see arguments.cpp") \
2590 \ 2590 \
2591 product(bool, UseStringCache, false, \
2592 "Enable String cache capabilities on String.java") \
2593 \
2594 /* statistics */ \ 2591 /* statistics */ \
2595 develop(bool, CountCompiledCalls, false, \ 2592 develop(bool, CountCompiledCalls, false, \
2596 "counts method invocations") \ 2593 "counts method invocations") \
2597 \ 2594 \
2598 notproduct(bool, CountRuntimeCalls, false, \ 2595 notproduct(bool, CountRuntimeCalls, false, \