src/share/vm/runtime/globals.hpp

Print this page

        

*** 2418,2430 **** \ product(uintx, NumberOfGCLogFiles, 0, \ "Number of gclog files in rotation " \ "(default: 0, no rotation)") \ \ ! product(uintx, GCLogFileSize, 0, \ ! "GC log file size (default: 0 bytes, no rotation). " \ ! "It requires UseGCLogFileRotation") \ \ /* JVMTI heap profiling */ \ \ diagnostic(bool, TraceJVMTIObjectTagging, false, \ "Trace JVMTI object tagging calls") \ --- 2418,2430 ---- \ product(uintx, NumberOfGCLogFiles, 0, \ "Number of gclog files in rotation " \ "(default: 0, no rotation)") \ \ ! product(uintx, GCLogFileSize, 8*K, \ ! "GC log file size, requires UseGCLogFileRotation. " \ ! "Set to 0 to only trigger rotation via jcmd") \ \ /* JVMTI heap profiling */ \ \ diagnostic(bool, TraceJVMTIObjectTagging, false, \ "Trace JVMTI object tagging calls") \