src/share/vm/runtime/globals.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/globals.hpp	Thu Oct 17 20:38:42 2013
--- new/src/share/vm/runtime/globals.hpp	Thu Oct 17 20:38:42 2013

*** 2676,2692 **** --- 2676,2697 ---- \ product(bool, AggressiveOpts, false, \ "Enable aggressive optimizations - see arguments.cpp") \ \ product_pd(uintx, TypeProfileLevel, \ ! "=XY, with Y, Type profiling of arguments at call" \ ! " X, Type profiling of return value at call" \ ! "X and Y in 0->off ; 1->js292 only; 2->all methods") \ ! "=XYZ, with Z, Type profiling of arguments at call" \ ! " Y, Type profiling of return value at call" \ ! " X, Type profiling of parameters to methods" \ + "X, Y and Z in 0->off ; 1->js292 only; 2->all methods") \ \ product(intx, TypeProfileArgsLimit, 2, \ "max number of call arguments to consider for type profiling") \ \ + product(intx, TypeProfileParmsLimit, 2, \ + "max number of incoming parameters to consider for type profiling"\ + "-1 for all") \ + \ /* statistics */ \ develop(bool, CountCompiledCalls, false, \ "Count method invocations") \ \ notproduct(bool, CountRuntimeCalls, false, \

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