hotspot/src/share/vm/runtime/globals.hpp
changeset 20709 034be898bf04
parent 20702 bbe0fcde6e13
child 20710 550442bd8ffc
equal deleted inserted replaced
20708:d150e1293886 20709:034be898bf04
  2647                                                                             \
  2647                                                                             \
  2648   product(bool, AggressiveOpts, false,                                      \
  2648   product(bool, AggressiveOpts, false,                                      \
  2649           "Enable aggressive optimizations - see arguments.cpp")            \
  2649           "Enable aggressive optimizations - see arguments.cpp")            \
  2650                                                                             \
  2650                                                                             \
  2651   product_pd(uintx, TypeProfileLevel,                                       \
  2651   product_pd(uintx, TypeProfileLevel,                                       \
  2652           "Type profiling of arguments at call:"                            \
  2652           "=XY, with Y, Type profiling of arguments at call"                \
  2653           "0->off ; 1->js292 only; 2->all methods")                         \
  2653           "          X, Type profiling of return value at call"             \
       
  2654           "X and Y in 0->off ; 1->js292 only; 2->all methods")              \
  2654                                                                             \
  2655                                                                             \
  2655   product(intx, TypeProfileArgsLimit,     2,                                \
  2656   product(intx, TypeProfileArgsLimit,     2,                                \
  2656           "max number of call arguments to consider for type profiling")    \
  2657           "max number of call arguments to consider for type profiling")    \
  2657                                                                             \
  2658                                                                             \
  2658   /* statistics */                                                          \
  2659   /* statistics */                                                          \