src/share/vm/runtime/globals.hpp

changeset 6535
f42c10a3d4b1
parent 6528
248ff38d2950
child 6674
2b8a9740813e
     1.1 --- a/src/share/vm/runtime/globals.hpp	Fri Mar 28 15:29:23 2014 -0700
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Mon Mar 31 13:09:35 2014 -0700
     1.3 @@ -2422,9 +2422,9 @@
     1.4            "Number of gclog files in rotation "                              \
     1.5            "(default: 0, no rotation)")                                      \
     1.6                                                                              \
     1.7 -  product(uintx, GCLogFileSize, 0,                                          \
     1.8 -          "GC log file size (default: 0 bytes, no rotation). "              \
     1.9 -          "It requires UseGCLogFileRotation")                               \
    1.10 +  product(uintx, GCLogFileSize, 8*K,                                        \
    1.11 +          "GC log file size, requires UseGCLogFileRotation. "               \
    1.12 +          "Set to 0 to only trigger rotation via jcmd")                     \
    1.13                                                                              \
    1.14    /* JVMTI heap profiling */                                                \
    1.15                                                                              \

mercurial