src/hotspot/share/gc/g1/g1_globals.hpp
changeset 50097 ed8a43d83fcc
parent 49819 3cdebcdc8ec0
child 50440 cfdd37095f66
equal deleted inserted replaced
50096:4502902f343d 50097:ed8a43d83fcc
    77   product(uint, G1RefProcDrainInterval, 1000,                               \
    77   product(uint, G1RefProcDrainInterval, 1000,                               \
    78           "The number of discovered reference objects to process before "   \
    78           "The number of discovered reference objects to process before "   \
    79           "draining concurrent marking work queues.")                       \
    79           "draining concurrent marking work queues.")                       \
    80           range(1, INT_MAX)                                                 \
    80           range(1, INT_MAX)                                                 \
    81                                                                             \
    81                                                                             \
       
    82   experimental(bool, G1UseReferencePrecleaning, true,                       \
       
    83                "Concurrently preclean java.lang.ref.references instances "  \
       
    84                "before the Remark pause.")                                  \
       
    85                                                                             \
    82   experimental(double, G1LastPLABAverageOccupancy, 50.0,                    \
    86   experimental(double, G1LastPLABAverageOccupancy, 50.0,                    \
    83                "The expected average occupancy of the last PLAB in "        \
    87                "The expected average occupancy of the last PLAB in "        \
    84                "percent.")                                                  \
    88                "percent.")                                                  \
    85                range(0.001, 100.0)                                          \
    89                range(0.001, 100.0)                                          \
    86                                                                             \
    90                                                                             \