hotspot/src/share/vm/runtime/globals.hpp
changeset 14385 959bbcc16725
parent 14284 ceb386367065
child 14386 9ef88e958f4b
equal deleted inserted replaced
14289:aec758622b4b 14385:959bbcc16725
  3588              "Print the DTrace DOF passed to the system for JSDT probes")   \
  3588              "Print the DTrace DOF passed to the system for JSDT probes")   \
  3589                                                                             \
  3589                                                                             \
  3590   product(uintx, StringTableSize, 1009,                                     \
  3590   product(uintx, StringTableSize, 1009,                                     \
  3591           "Number of buckets in the interned String table")                 \
  3591           "Number of buckets in the interned String table")                 \
  3592                                                                             \
  3592                                                                             \
       
  3593   develop(bool, TraceDefaultMethods, false,                                 \
       
  3594           "Trace the default method processing steps")                      \
       
  3595                                                                             \
       
  3596   develop(bool, ParseAllGenericSignatures, false,                           \
       
  3597           "Parse all generic signatures while classloading")                \
       
  3598                                                                             \
       
  3599   develop(bool, VerifyGenericSignatures, false,                             \
       
  3600           "Abort VM on erroneous or inconsistent generic signatures")       \
       
  3601                                                                             \
  3593   product(bool, UseVMInterruptibleIO, false,                                \
  3602   product(bool, UseVMInterruptibleIO, false,                                \
  3594           "(Unstable, Solaris-specific) Thread interrupt before or with "   \
  3603           "(Unstable, Solaris-specific) Thread interrupt before or with "   \
  3595           "EINTR for I/O operations results in OS_INTRPT. The default value"\
  3604           "EINTR for I/O operations results in OS_INTRPT. The default value"\
  3596           " of this flag is true for JDK 6 and earlier")                    \
  3605           " of this flag is true for JDK 6 and earlier")                    \
  3597                                                                             \
  3606                                                                             \