hotspot/src/share/vm/runtime/globals.hpp
changeset 30280 b9efc9156778
parent 30275 41fef3a62cc8
parent 30253 b82dccab7b1d
child 30310 522ea430079f
equal deleted inserted replaced
30279:c3b8486760aa 30280:b9efc9156778
   675           "compilation")                                                    \
   675           "compilation")                                                    \
   676                                                                             \
   676                                                                             \
   677   product(bool, PrintVMQWaitTime, false,                                    \
   677   product(bool, PrintVMQWaitTime, false,                                    \
   678           "Print out the waiting time in VM operation queue")               \
   678           "Print out the waiting time in VM operation queue")               \
   679                                                                             \
   679                                                                             \
   680   develop(bool, NoYieldsInMicrolock, false,                                 \
       
   681           "Disable yields in microlock")                                    \
       
   682                                                                             \
       
   683   develop(bool, TraceOopMapGeneration, false,                               \
   680   develop(bool, TraceOopMapGeneration, false,                               \
   684           "Show OopMapGeneration")                                          \
   681           "Show OopMapGeneration")                                          \
   685                                                                             \
   682                                                                             \
   686   product(bool, MethodFlushing, true,                                       \
   683   product(bool, MethodFlushing, true,                                       \
   687           "Reclamation of zombie and not-entrant methods")                  \
   684           "Reclamation of zombie and not-entrant methods")                  \
   934           "Print much more debugging information")                          \
   931           "Print much more debugging information")                          \
   935                                                                             \
   932                                                                             \
   936   product(bool, ShowMessageBoxOnError, false,                               \
   933   product(bool, ShowMessageBoxOnError, false,                               \
   937           "Keep process alive on VM fatal error")                           \
   934           "Keep process alive on VM fatal error")                           \
   938                                                                             \
   935                                                                             \
   939   product(bool, CreateMinidumpOnCrash, false,                               \
   936   product(bool, CreateCoredumpOnCrash, true,                                \
   940           "Create minidump on VM fatal error")                              \
   937           "Create core/mini dump on VM fatal error")                        \
   941                                                                             \
   938                                                                             \
   942   product_pd(bool, UseOSErrorReporting,                                     \
   939   product_pd(bool, UseOSErrorReporting,                                     \
   943           "Let VM fatal error propagate to the OS (ie. WER on Windows)")    \
   940           "Let VM fatal error propagate to the OS (ie. WER on Windows)")    \
   944                                                                             \
   941                                                                             \
   945   product(bool, SuppressFatalErrorMessage, false,                           \
   942   product(bool, SuppressFatalErrorMessage, false,                           \
  1154           "(may be off for Solaris to improve GUI)")                        \
  1151           "(may be off for Solaris to improve GUI)")                        \
  1155                                                                             \
  1152                                                                             \
  1156   product(bool, ConvertYieldToSleep, false,                                 \
  1153   product(bool, ConvertYieldToSleep, false,                                 \
  1157           "Convert yield to a sleep of MinSleepInterval to simulate Win32 " \
  1154           "Convert yield to a sleep of MinSleepInterval to simulate Win32 " \
  1158           "behavior")                                                       \
  1155           "behavior")                                                       \
  1159                                                                             \
       
  1160   product(bool, UseBoundThreads, true,                                      \
       
  1161           "Bind user level threads to kernel threads (for Solaris only)")   \
       
  1162                                                                             \
  1156                                                                             \
  1163   develop(bool, UseDetachedThreads, true,                                   \
  1157   develop(bool, UseDetachedThreads, true,                                   \
  1164           "Use detached threads that are recycled upon termination "        \
  1158           "Use detached threads that are recycled upon termination "        \
  1165           "(for Solaris only)")                                             \
  1159           "(for Solaris only)")                                             \
  1166                                                                             \
  1160                                                                             \
  3439           "    Linux this policy requires root privilege.")                 \
  3433           "    Linux this policy requires root privilege.")                 \
  3440                                                                             \
  3434                                                                             \
  3441   product(bool, ThreadPriorityVerbose, false,                               \
  3435   product(bool, ThreadPriorityVerbose, false,                               \
  3442           "Print priority changes")                                         \
  3436           "Print priority changes")                                         \
  3443                                                                             \
  3437                                                                             \
  3444   product(intx, DefaultThreadPriority, -1,                                  \
       
  3445           "The native priority at which threads run if not elsewhere "      \
       
  3446           "specified (-1 means no change)")                                 \
       
  3447                                                                             \
       
  3448   product(intx, CompilerThreadPriority, -1,                                 \
  3438   product(intx, CompilerThreadPriority, -1,                                 \
  3449           "The native priority at which compiler threads should run "       \
  3439           "The native priority at which compiler threads should run "       \
  3450           "(-1 means no change)")                                           \
  3440           "(-1 means no change)")                                           \
  3451                                                                             \
  3441                                                                             \
  3452   product(intx, VMThreadPriority, -1,                                       \
  3442   product(intx, VMThreadPriority, -1,                                       \