src/share/vm/runtime/globals.hpp

changeset 6535
f42c10a3d4b1
parent 6528
248ff38d2950
child 6674
2b8a9740813e
equal deleted inserted replaced
6534:d5818eeedb40 6535: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") \

mercurial