hotspot/src/share/vm/runtime/globals.hpp
changeset 18025 b7bcf7497f93
parent 17617 4e330bce1812
child 18506 af8765fafc07
child 18497 9ff60555fcd3
child 22808 88bca865e247
equal deleted inserted replaced
18024:f9e300086063 18025:b7bcf7497f93
  2309                                                                             \
  2309                                                                             \
  2310   product(bool, PrintJNIGCStalls, false,                                    \
  2310   product(bool, PrintJNIGCStalls, false,                                    \
  2311           "Print diagnostic message when GC is stalled"                     \
  2311           "Print diagnostic message when GC is stalled"                     \
  2312           "by JNI critical section")                                        \
  2312           "by JNI critical section")                                        \
  2313                                                                             \
  2313                                                                             \
       
  2314   experimental(double, ObjectCountCutOffPercent, 0.5,                       \
       
  2315           "The percentage of the used heap that the instances of a class "  \
       
  2316           "must occupy for the class to generate a trace event.")           \
       
  2317                                                                             \
  2314   /* GC log rotation setting */                                             \
  2318   /* GC log rotation setting */                                             \
  2315                                                                             \
  2319                                                                             \
  2316   product(bool, UseGCLogFileRotation, false,                                \
  2320   product(bool, UseGCLogFileRotation, false,                                \
  2317           "Prevent large gclog file for long running app. "                 \
  2321           "Prevent large gclog file for long running app. "                 \
  2318           "Requires -Xloggc:<filename>")                                    \
  2322           "Requires -Xloggc:<filename>")                                    \
  3686           "Override the default location of the CDS archive file")          \
  3690           "Override the default location of the CDS archive file")          \
  3687                                                                             \
  3691                                                                             \
  3688   experimental(uintx, ArrayAllocatorMallocLimit,                            \
  3692   experimental(uintx, ArrayAllocatorMallocLimit,                            \
  3689           SOLARIS_ONLY(64*K) NOT_SOLARIS(max_uintx),                        \
  3693           SOLARIS_ONLY(64*K) NOT_SOLARIS(max_uintx),                        \
  3690           "Allocation less than this value will be allocated "              \
  3694           "Allocation less than this value will be allocated "              \
  3691           "using malloc. Larger allocations will use mmap.")
  3695           "using malloc. Larger allocations will use mmap.")                \
       
  3696                                                                             \
       
  3697   product(bool, EnableTracing, false,                                       \
       
  3698           "Enable event-based tracing")                                     \
       
  3699   product(bool, UseLockedTracing, false,                                    \
       
  3700           "Use locked-tracing when doing event-based tracing")
       
  3701 
  3692 
  3702 
  3693 /*
  3703 /*
  3694  *  Macros for factoring of globals
  3704  *  Macros for factoring of globals
  3695  */
  3705  */
  3696 
  3706