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