hotspot/src/share/vm/runtime/globals.hpp
changeset 6176 4d9030fe341f
parent 6062 bab93afe9df7
child 6184 a017b5ba6782
equal deleted inserted replaced
6175:86dbf3cacacc 6176:4d9030fe341f
   605           "temporary - see javaClasses.cpp")                                \
   605           "temporary - see javaClasses.cpp")                                \
   606                                                                             \
   606                                                                             \
   607   notproduct(bool, PrintMallocFree, false,                                  \
   607   notproduct(bool, PrintMallocFree, false,                                  \
   608           "Trace calls to C heap malloc/free allocation")                   \
   608           "Trace calls to C heap malloc/free allocation")                   \
   609                                                                             \
   609                                                                             \
   610   notproduct(bool, PrintOopAddress, false,                                  \
   610   product(bool, PrintOopAddress, false,                                     \
   611           "Always print the location of the oop")                           \
   611           "Always print the location of the oop")                           \
   612                                                                             \
   612                                                                             \
   613   notproduct(bool, VerifyCodeCacheOften, false,                             \
   613   notproduct(bool, VerifyCodeCacheOften, false,                             \
   614           "Verify compiled-code cache often")                               \
   614           "Verify compiled-code cache often")                               \
   615                                                                             \
   615                                                                             \
  3551                                                                             \
  3551                                                                             \
  3552   product(bool, UseVMInterruptibleIO, false,                                \
  3552   product(bool, UseVMInterruptibleIO, false,                                \
  3553           "(Unstable, Solaris-specific) Thread interrupt before or with "   \
  3553           "(Unstable, Solaris-specific) Thread interrupt before or with "   \
  3554           "EINTR for I/O operations results in OS_INTRPT. The default value"\
  3554           "EINTR for I/O operations results in OS_INTRPT. The default value"\
  3555           " of this flag is true for JDK 6 and earliers")
  3555           " of this flag is true for JDK 6 and earliers")
  3556 
       
  3557 
  3556 
  3558 /*
  3557 /*
  3559  *  Macros for factoring of globals
  3558  *  Macros for factoring of globals
  3560  */
  3559  */
  3561 
  3560