hotspot/src/share/vm/runtime/globals.hpp
changeset 23443 15e8ed68f73a
parent 22916 582da2ed4dfa
child 23445 f01f43f477a1
equal deleted inserted replaced
23442:be6bd2c1f2a8 23443:15e8ed68f73a
  3840           "Trace the default method processing steps")                      \
  3840           "Trace the default method processing steps")                      \
  3841                                                                             \
  3841                                                                             \
  3842   develop(bool, VerifyGenericSignatures, false,                             \
  3842   develop(bool, VerifyGenericSignatures, false,                             \
  3843           "Abort VM on erroneous or inconsistent generic signatures")       \
  3843           "Abort VM on erroneous or inconsistent generic signatures")       \
  3844                                                                             \
  3844                                                                             \
  3845   product(bool, UseVMInterruptibleIO, false,                                \
       
  3846           "(Unstable, Solaris-specific) Thread interrupt before or with "   \
       
  3847           "EINTR for I/O operations results in OS_INTRPT. The default "     \
       
  3848           "value of this flag is true for JDK 6 and earlier")               \
       
  3849                                                                             \
       
  3850   diagnostic(bool, WhiteBoxAPI, false,                                      \
  3845   diagnostic(bool, WhiteBoxAPI, false,                                      \
  3851           "Enable internal testing APIs")                                   \
  3846           "Enable internal testing APIs")                                   \
  3852                                                                             \
  3847                                                                             \
  3853   product(bool, PrintGCCause, true,                                         \
  3848   product(bool, PrintGCCause, true,                                         \
  3854           "Include GC cause in GC logging")                                 \
  3849           "Include GC cause in GC logging")                                 \