hotspot/src/share/vm/runtime/globals.hpp
changeset 32349 8b5eb3750c41
parent 32088 63ed7daed8a3
child 32351 1da9b960b3d4
equal deleted inserted replaced
32348:47acdfbd402c 32349:8b5eb3750c41
  2918           "inlining")                                                       \
  2918           "inlining")                                                       \
  2919                                                                             \
  2919                                                                             \
  2920   notproduct(bool, ICMissHistogram, false,                                  \
  2920   notproduct(bool, ICMissHistogram, false,                                  \
  2921           "Produce histogram of IC misses")                                 \
  2921           "Produce histogram of IC misses")                                 \
  2922                                                                             \
  2922                                                                             \
  2923   notproduct(bool, PrintClassStatistics, false,                             \
       
  2924           "Print class statistics at end of run")                           \
       
  2925                                                                             \
       
  2926   notproduct(bool, PrintMethodStatistics, false,                            \
       
  2927           "Print method statistics at end of run")                          \
       
  2928                                                                             \
       
  2929   /* interpreter */                                                         \
  2923   /* interpreter */                                                         \
  2930   develop(bool, ClearInterpreterLocals, false,                              \
  2924   develop(bool, ClearInterpreterLocals, false,                              \
  2931           "Always clear local variables of interpreter activations upon "   \
  2925           "Always clear local variables of interpreter activations upon "   \
  2932           "entry")                                                          \
  2926           "entry")                                                          \
  2933                                                                             \
  2927                                                                             \