hotspot/src/share/vm/runtime/globals.hpp
changeset 34142 5a9fb81665b3
parent 34130 1618c0dd6712
child 34231 adc744ac832a
child 34211 d25c2fc1e248
child 34628 6d08ec72803b
equal deleted inserted replaced
34140:43b8383b63e2 34142:5a9fb81665b3
  1332                                                                             \
  1332                                                                             \
  1333   product(bool, UseSignalChaining, true,                                    \
  1333   product(bool, UseSignalChaining, true,                                    \
  1334           "Use signal-chaining to invoke signal handlers installed "        \
  1334           "Use signal-chaining to invoke signal handlers installed "        \
  1335           "by the application (Solaris & Linux only)")                      \
  1335           "by the application (Solaris & Linux only)")                      \
  1336                                                                             \
  1336                                                                             \
  1337   product(bool, UseAltSigs, false,                                          \
       
  1338           "Use alternate signals instead of SIGUSR1 & SIGUSR2 for VM "      \
       
  1339           "internal signals (Solaris only)")                                \
       
  1340                                                                             \
       
  1341   product(bool, AllowJNIEnvProxy, false,                                    \
  1337   product(bool, AllowJNIEnvProxy, false,                                    \
  1342           "Allow JNIEnv proxies for jdbx")                                  \
  1338           "Allow JNIEnv proxies for jdbx")                                  \
  1343                                                                             \
  1339                                                                             \
  1344   product(bool, RestoreMXCSROnJNICalls, false,                              \
  1340   product(bool, RestoreMXCSROnJNICalls, false,                              \
  1345           "Restore MXCSR when returning from JNI calls")                    \
  1341           "Restore MXCSR when returning from JNI calls")                    \