src/share/vm/runtime/globals.hpp

changeset 2242
cd3ef3fd20dd
parent 2198
0715f0cf171d
child 2243
a7214d79fcf1
     1.1 --- a/src/share/vm/runtime/globals.hpp	Sat Oct 16 17:12:19 2010 -0400
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Thu Oct 21 17:29:24 2010 -0700
     1.3 @@ -1585,7 +1585,7 @@
     1.4            "(Temporary, subject to experimentation)"                         \
     1.5            "Nominal minimum work per abortable preclean iteration")          \
     1.6                                                                              \
     1.7 -  product(intx, CMSAbortablePrecleanWaitMillis, 100,                        \
     1.8 +  manageable(intx, CMSAbortablePrecleanWaitMillis, 100,                     \
     1.9            "(Temporary, subject to experimentation)"                         \
    1.10            " Time that we sleep between iterations when not given"           \
    1.11            " enough work per iteration")                                     \
    1.12 @@ -1677,7 +1677,7 @@
    1.13    product(uintx, CMSWorkQueueDrainThreshold, 10,                            \
    1.14            "Don't drain below this size per parallel worker/thief")          \
    1.15                                                                              \
    1.16 -  product(intx, CMSWaitDuration, 2000,                                      \
    1.17 +  manageable(intx, CMSWaitDuration, 2000,                                   \
    1.18            "Time in milliseconds that CMS thread waits for young GC")        \
    1.19                                                                              \
    1.20    product(bool, CMSYield, true,                                             \

mercurial