hotspot/src/share/vm/runtime/globals.hpp
changeset 8727 1642a45f024f
parent 8725 8c1e3dd5fe1b
child 8728 3f1bcd33068e
equal deleted inserted replaced
8726:7bafcf0e5bfb 8727:1642a45f024f
  3754           "Relax the access control checks in the verifier")                \
  3754           "Relax the access control checks in the verifier")                \
  3755                                                                             \
  3755                                                                             \
  3756   diagnostic(bool, PrintDTraceDOF, false,                                   \
  3756   diagnostic(bool, PrintDTraceDOF, false,                                   \
  3757              "Print the DTrace DOF passed to the system for JSDT probes")   \
  3757              "Print the DTrace DOF passed to the system for JSDT probes")   \
  3758                                                                             \
  3758                                                                             \
       
  3759   product(uintx, StringTableSize, 1009,                                     \
       
  3760           "Number of buckets in the interned String table")                 \
       
  3761                                                                             \
  3759   product(bool, UseVMInterruptibleIO, false,                                \
  3762   product(bool, UseVMInterruptibleIO, false,                                \
  3760           "(Unstable, Solaris-specific) Thread interrupt before or with "   \
  3763           "(Unstable, Solaris-specific) Thread interrupt before or with "   \
  3761           "EINTR for I/O operations results in OS_INTRPT. The default value"\
  3764           "EINTR for I/O operations results in OS_INTRPT. The default value"\
  3762           " of this flag is true for JDK 6 and earliers")
  3765           " of this flag is true for JDK 6 and earliers")
  3763 
  3766