src/hotspot/share/runtime/globals.hpp
changeset 58804 0942a1f47d26
parent 58664 e3618c902d17
child 58838 55ce65813b62
child 58894 b95bead30957
equal deleted inserted replaced
58803:1bd307ea5497 58804:0942a1f47d26
   561           "Print compilations")                                             \
   561           "Print compilations")                                             \
   562                                                                             \
   562                                                                             \
   563   product(bool, PrintExtendedThreadInfo, false,                             \
   563   product(bool, PrintExtendedThreadInfo, false,                             \
   564           "Print more information in thread dump")                          \
   564           "Print more information in thread dump")                          \
   565                                                                             \
   565                                                                             \
   566   diagnostic(bool, TraceNMethodInstalls, false,                             \
       
   567           "Trace nmethod installation")                                     \
       
   568                                                                             \
       
   569   diagnostic(intx, ScavengeRootsInCode, 2,                                  \
   566   diagnostic(intx, ScavengeRootsInCode, 2,                                  \
   570           "0: do not allow scavengable oops in the code cache; "            \
   567           "0: do not allow scavengable oops in the code cache; "            \
   571           "1: allow scavenging from the code cache; "                       \
   568           "1: allow scavenging from the code cache; "                       \
   572           "2: emit as many constants as the compiler can see")              \
   569           "2: emit as many constants as the compiler can see")              \
   573           range(0, 2)                                                       \
   570           range(0, 2)                                                       \