hotspot/src/share/vm/runtime/globals.hpp
changeset 23517 27c4307d6cda
parent 23474 55fbc11353ec
child 23534 338d8d86560e
equal deleted inserted replaced
23516:b32d8f04648b 23517:27c4307d6cda
  2421                                                                             \
  2421                                                                             \
  2422   product(uintx, NumberOfGCLogFiles, 0,                                     \
  2422   product(uintx, NumberOfGCLogFiles, 0,                                     \
  2423           "Number of gclog files in rotation "                              \
  2423           "Number of gclog files in rotation "                              \
  2424           "(default: 0, no rotation)")                                      \
  2424           "(default: 0, no rotation)")                                      \
  2425                                                                             \
  2425                                                                             \
  2426   product(uintx, GCLogFileSize, 0,                                          \
  2426   product(uintx, GCLogFileSize, 8*K,                                        \
  2427           "GC log file size (default: 0 bytes, no rotation). "              \
  2427           "GC log file size, requires UseGCLogFileRotation. "               \
  2428           "It requires UseGCLogFileRotation")                               \
  2428           "Set to 0 to only trigger rotation via jcmd")                     \
  2429                                                                             \
  2429                                                                             \
  2430   /* JVMTI heap profiling */                                                \
  2430   /* JVMTI heap profiling */                                                \
  2431                                                                             \
  2431                                                                             \
  2432   diagnostic(bool, TraceJVMTIObjectTagging, false,                          \
  2432   diagnostic(bool, TraceJVMTIObjectTagging, false,                          \
  2433           "Trace JVMTI object tagging calls")                               \
  2433           "Trace JVMTI object tagging calls")                               \