src/share/vm/runtime/globals.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/globals.hpp	Thu Jul 11 14:20:54 2013
--- new/src/share/vm/runtime/globals.hpp	Thu Jul 11 14:20:54 2013

*** 2586,2598 **** --- 2586,2595 ---- "Inline allocations larger than this in doublewords must go slow")\ \ product(bool, AggressiveOpts, false, \ "Enable aggressive optimizations - see arguments.cpp") \ \ product(bool, UseStringCache, false, \ "Enable String cache capabilities on String.java") \ \ /* statistics */ \ develop(bool, CountCompiledCalls, false, \ "counts method invocations") \ \ notproduct(bool, CountRuntimeCalls, false, \

src/share/vm/runtime/globals.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File