hotspot/src/share/vm/runtime/globals.hpp
changeset 31790 4a08476437e8
parent 31783 dbc24ca25ee4
child 31865 c3edfbc8f5ac
child 31856 614d6786ba55
equal deleted inserted replaced
31788:04af91b7fadd 31790:4a08476437e8
  2715           "Use population count instruction")                               \
  2715           "Use population count instruction")                               \
  2716                                                                             \
  2716                                                                             \
  2717   develop(bool, EagerInitialization, false,                                 \
  2717   develop(bool, EagerInitialization, false,                                 \
  2718           "Eagerly initialize classes if possible")                         \
  2718           "Eagerly initialize classes if possible")                         \
  2719                                                                             \
  2719                                                                             \
       
  2720   diagnostic(bool, LogTouchedMethods, false,                                \
       
  2721           "Log methods which have been ever touched in runtime")            \
       
  2722                                                                             \
       
  2723   diagnostic(bool, PrintTouchedMethodsAtExit, false,                        \
       
  2724           "Print all methods that have been ever touched in runtime")       \
       
  2725                                                                             \
  2720   develop(bool, TraceMethodReplacement, false,                              \
  2726   develop(bool, TraceMethodReplacement, false,                              \
  2721           "Print when methods are replaced do to recompilation")            \
  2727           "Print when methods are replaced do to recompilation")            \
  2722                                                                             \
  2728                                                                             \
  2723   develop(bool, PrintMethodFlushing, false,                                 \
  2729   develop(bool, PrintMethodFlushing, false,                                 \
  2724           "Print the nmethods being flushed")                               \
  2730           "Print the nmethods being flushed")                               \