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	Wed Oct  9 18:09:23 2013
--- new/src/share/vm/runtime/globals.hpp	Wed Oct  9 18:09:23 2013

*** 2647,2658 **** --- 2647,2659 ---- \ product(bool, AggressiveOpts, false, \ "Enable aggressive optimizations - see arguments.cpp") \ \ product_pd(uintx, TypeProfileLevel, \ ! "Type profiling of arguments at call:" \ ! "0->off ; 1->js292 only; 2->all methods") \ ! "=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") \ \ product(intx, TypeProfileArgsLimit, 2, \ "max number of call arguments to consider for type profiling") \ \ /* statistics */ \

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