comparison src/share/vm/runtime/globals.hpp @ 17827:f42c10a3d4b1

7090324: gclog rotation via external tool Summary: GC log rotation can be set via java command line, but customer sometime need to sync with OS level rotation setting. Reviewed-by: sla, minqi, ehelin Contributed-by: suenaga.yasumasa@lab.ntt.co.jp
author minqi
date Mon, 31 Mar 2014 13:09:35 -0700
parents 248ff38d2950
children 2b8a9740813e
comparison
equal deleted inserted replaced
17826:d5818eeedb40 17827:f42c10a3d4b1
2420 \ 2420 \
2421 product(uintx, NumberOfGCLogFiles, 0, \ 2421 product(uintx, NumberOfGCLogFiles, 0, \
2422 "Number of gclog files in rotation " \ 2422 "Number of gclog files in rotation " \
2423 "(default: 0, no rotation)") \ 2423 "(default: 0, no rotation)") \
2424 \ 2424 \
2425 product(uintx, GCLogFileSize, 0, \ 2425 product(uintx, GCLogFileSize, 8*K, \
2426 "GC log file size (default: 0 bytes, no rotation). " \ 2426 "GC log file size, requires UseGCLogFileRotation. " \
2427 "It requires UseGCLogFileRotation") \ 2427 "Set to 0 to only trigger rotation via jcmd") \
2428 \ 2428 \
2429 /* JVMTI heap profiling */ \ 2429 /* JVMTI heap profiling */ \
2430 \ 2430 \
2431 diagnostic(bool, TraceJVMTIObjectTagging, false, \ 2431 diagnostic(bool, TraceJVMTIObjectTagging, false, \
2432 "Trace JVMTI object tagging calls") \ 2432 "Trace JVMTI object tagging calls") \