hotspot/src/share/vm/runtime/globals.hpp
changeset 37225 ac6c704f9a8c
parent 37224 fd3320bf6413
child 37233 e8e674469545
equal deleted inserted replaced
37224:fd3320bf6413 37225:ac6c704f9a8c
  2400           "Print heap layout in response to SIGBREAK")                      \
  2400           "Print heap layout in response to SIGBREAK")                      \
  2401                                                                             \
  2401                                                                             \
  2402   manageable(bool, PrintClassHistogram, false,                              \
  2402   manageable(bool, PrintClassHistogram, false,                              \
  2403           "Print a histogram of class instances")                           \
  2403           "Print a histogram of class instances")                           \
  2404                                                                             \
  2404                                                                             \
  2405   develop(bool, TraceWorkGang, false,                                       \
       
  2406           "Trace activities of work gangs")                                 \
       
  2407                                                                             \
       
  2408   develop(bool, TraceGCTaskManager, false,                                  \
  2405   develop(bool, TraceGCTaskManager, false,                                  \
  2409           "Trace actions of the GC task manager")                           \
  2406           "Trace actions of the GC task manager")                           \
  2410                                                                             \
  2407                                                                             \
  2411   develop(bool, TraceGCTaskQueue, false,                                    \
  2408   develop(bool, TraceGCTaskQueue, false,                                    \
  2412           "Trace actions of the GC task queues")                            \
  2409           "Trace actions of the GC task queues")                            \