src/share/vm/runtime/globals.hpp

changeset 4129
22b8d3d181d9
parent 4128
f81a7c0c618d
child 4151
6e5a59a8e4a7
child 4154
c3e799c37717
     1.1 --- a/src/share/vm/runtime/globals.hpp	Wed Oct 03 08:08:52 2012 -0700
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Wed Oct 03 20:31:41 2012 +0200
     1.3 @@ -473,7 +473,7 @@
     1.4    develop(bool, CleanChunkPoolAsync, falseInEmbedded,                       \
     1.5            "Whether to clean the chunk pool asynchronously")                 \
     1.6                                                                              \
     1.7 -  /* Temporary: See 6948537 */                                             \
     1.8 +  /* Temporary: See 6948537 */                                              \
     1.9    experimental(bool, UseMemSetInBOT, true,                                  \
    1.10            "(Unstable) uses memset in BOT updates in GC code")               \
    1.11                                                                              \
    1.12 @@ -1626,7 +1626,7 @@
    1.13            "Use BinaryTreeDictionary as default in the CMS generation")      \
    1.14                                                                              \
    1.15    product(uintx, CMSIndexedFreeListReplenish, 4,                            \
    1.16 -          "Replenish an indexed free list with this number of chunks")     \
    1.17 +          "Replenish an indexed free list with this number of chunks")      \
    1.18                                                                              \
    1.19    product(bool, CMSReplenishIntermediate, true,                             \
    1.20            "Replenish all intermediate free-list caches")                    \
    1.21 @@ -2052,7 +2052,7 @@
    1.22    product(uintx, TenuredGenerationSizeSupplementDecay, 2,                   \
    1.23            "Decay factor to TenuredGenerationSizeIncrement")                 \
    1.24                                                                              \
    1.25 -  product(uintx, MaxGCPauseMillis, max_uintx,                           \
    1.26 +  product(uintx, MaxGCPauseMillis, max_uintx,                               \
    1.27            "Adaptive size policy maximum GC pause time goal in msec, "       \
    1.28            "or (G1 Only) the max. GC time per MMU time slice")               \
    1.29                                                                              \
    1.30 @@ -2266,7 +2266,7 @@
    1.31    develop(bool, TraceGCTaskQueue, false,                                    \
    1.32            "Trace actions of the GC task queues")                            \
    1.33                                                                              \
    1.34 -  diagnostic(bool, TraceGCTaskThread, false,                                   \
    1.35 +  diagnostic(bool, TraceGCTaskThread, false,                                \
    1.36            "Trace actions of the GC task threads")                           \
    1.37                                                                              \
    1.38    product(bool, PrintParallelOldGCPhaseTimes, false,                        \
    1.39 @@ -2781,7 +2781,7 @@
    1.40    product(intx, SafepointTimeoutDelay, 10000,                               \
    1.41            "Delay in milliseconds for option SafepointTimeout")              \
    1.42                                                                              \
    1.43 -  product(intx, NmethodSweepFraction, 16,                                    \
    1.44 +  product(intx, NmethodSweepFraction, 16,                                   \
    1.45            "Number of invocations of sweeper to cover all nmethods")         \
    1.46                                                                              \
    1.47    product(intx, NmethodSweepCheckInterval, 5,                               \
    1.48 @@ -2904,7 +2904,7 @@
    1.49            "if non-zero, start verifying C heap after Nth call to "          \
    1.50            "malloc/realloc/free")                                            \
    1.51                                                                              \
    1.52 -  product(intx, TypeProfileWidth,     2,                                   \
    1.53 +  product(intx, TypeProfileWidth,     2,                                    \
    1.54            "number of receiver types to record in call/cast profile")        \
    1.55                                                                              \
    1.56    develop(intx, BciProfileWidth,      2,                                    \
    1.57 @@ -3012,10 +3012,10 @@
    1.58    product(uintx, MinHeapDeltaBytes, ScaleForWordSize(128*K),                \
    1.59            "Min change in heap space due to GC (in bytes)")                  \
    1.60                                                                              \
    1.61 -  product(uintx, MinMetaspaceExpansion, ScaleForWordSize(256*K),             \
    1.62 +  product(uintx, MinMetaspaceExpansion, ScaleForWordSize(256*K),            \
    1.63            "Min expansion of permanent heap (in bytes)")                     \
    1.64                                                                              \
    1.65 -  product(uintx, MaxMetaspaceExpansion, ScaleForWordSize(4*M),               \
    1.66 +  product(uintx, MaxMetaspaceExpansion, ScaleForWordSize(4*M),              \
    1.67            "Max expansion of permanent heap without full GC (in bytes)")     \
    1.68                                                                              \
    1.69    product(intx, QueuedAllocationWarningCount, 0,                            \
    1.70 @@ -3028,10 +3028,10 @@
    1.71    diagnostic(intx, VerifyGCLevel,     0,                                    \
    1.72            "Generation level at which to start +VerifyBefore/AfterGC")       \
    1.73                                                                              \
    1.74 -  product(intx, MaxTenuringThreshold,    15,                                \
    1.75 +  product(uintx, MaxTenuringThreshold,    15,                               \
    1.76            "Maximum value for tenuring threshold")                           \
    1.77                                                                              \
    1.78 -  product(intx, InitialTenuringThreshold,     7,                            \
    1.79 +  product(uintx, InitialTenuringThreshold,    7,                            \
    1.80            "Initial value for tenuring threshold")                           \
    1.81                                                                              \
    1.82    product(intx, TargetSurvivorRatio,    50,                                 \

mercurial