comparison src/share/vm/runtime/globals.hpp @ 11976:8796fd3ac898

Merge
author tamao
date Fri, 26 Jul 2013 13:34:22 -0700
parents ca9dedeebdec 02d7aa1456c9
children 3cce976666d9 740e263c80c6 b55e4bd0389e
comparison
equal deleted inserted replaced
11975:ca9dedeebdec 11976:8796fd3ac898
2598 "Inline allocations larger than this in doublewords must go slow")\ 2598 "Inline allocations larger than this in doublewords must go slow")\
2599 \ 2599 \
2600 product(bool, AggressiveOpts, false, \ 2600 product(bool, AggressiveOpts, false, \
2601 "Enable aggressive optimizations - see arguments.cpp") \ 2601 "Enable aggressive optimizations - see arguments.cpp") \
2602 \ 2602 \
2603 product(bool, UseStringCache, false, \
2604 "Enable String cache capabilities on String.java") \
2605 \
2606 /* statistics */ \ 2603 /* statistics */ \
2607 develop(bool, CountCompiledCalls, false, \ 2604 develop(bool, CountCompiledCalls, false, \
2608 "counts method invocations") \ 2605 "counts method invocations") \
2609 \ 2606 \
2610 notproduct(bool, CountRuntimeCalls, false, \ 2607 notproduct(bool, CountRuntimeCalls, false, \