hotspot/src/share/vm/runtime/globals.hpp
changeset 363 99d43e8a76ad
parent 360 21d113ecbf6a
child 379 10767ca40189
equal deleted inserted replaced
362:00cf4bffd828 363:99d43e8a76ad
  3186           "Enable dtrace probes for monitor events")                        \
  3186           "Enable dtrace probes for monitor events")                        \
  3187                                                                             \
  3187                                                                             \
  3188   product(bool, RelaxAccessControlCheck, false,                             \
  3188   product(bool, RelaxAccessControlCheck, false,                             \
  3189           "Relax the access control checks in the verifier")                \
  3189           "Relax the access control checks in the verifier")                \
  3190                                                                             \
  3190                                                                             \
       
  3191   diagnostic(bool, PrintDTraceDOF, false,                                   \
       
  3192              "Print the DTrace DOF passed to the system for JSDT probes")   \
       
  3193                                                                             \
  3191   product(bool, UseVMInterruptibleIO, true,                                 \
  3194   product(bool, UseVMInterruptibleIO, true,                                 \
  3192           "(Unstable, Solaris-specific) Thread interrupt before or with "   \
  3195           "(Unstable, Solaris-specific) Thread interrupt before or with "   \
  3193           "EINTR for I/O operations results in OS_INTRPT")
  3196           "EINTR for I/O operations results in OS_INTRPT")
  3194 
  3197 
  3195 
  3198