src/hotspot/share/runtime/globals.hpp
changeset 50785 d1b24f2ceca5
parent 50765 c49a01150a66
child 50860 480a96a43b62
equal deleted inserted replaced
50784:57f5cba78093 50785:d1b24f2ceca5
   659           "Log compilation activity in detail to LogFile")                  \
   659           "Log compilation activity in detail to LogFile")                  \
   660                                                                             \
   660                                                                             \
   661   product(bool, PrintCompilation, false,                                    \
   661   product(bool, PrintCompilation, false,                                    \
   662           "Print compilations")                                             \
   662           "Print compilations")                                             \
   663                                                                             \
   663                                                                             \
       
   664   product(bool, PrintExtendedThreadInfo, false,                             \
       
   665           "Print more information in thread dump")                          \
       
   666                                                                             \
   664   diagnostic(bool, TraceNMethodInstalls, false,                             \
   667   diagnostic(bool, TraceNMethodInstalls, false,                             \
   665           "Trace nmethod installation")                                     \
   668           "Trace nmethod installation")                                     \
   666                                                                             \
   669                                                                             \
   667   diagnostic(intx, ScavengeRootsInCode, 2,                                  \
   670   diagnostic(intx, ScavengeRootsInCode, 2,                                  \
   668           "0: do not allow scavengable oops in the code cache; "            \
   671           "0: do not allow scavengable oops in the code cache; "            \