< prev index next >

src/share/vm/gc/g1/g1_globals.hpp

Print this page

        

*** 74,99 **** experimental(double, G1LastPLABAverageOccupancy, 50.0, \ "The expected average occupancy of the last PLAB in " \ "percent.") \ range(0.001, 100.0) \ \ - product(size_t, G1SATBBufferSize, 1*K, \ - "Number of entries in an SATB log buffer.") \ - range(1, max_uintx) \ - \ - develop(intx, G1SATBProcessCompletedThreshold, 20, \ - "Number of completed buffers that triggers log processing.") \ - range(0, max_jint) \ - \ - product(uintx, G1SATBBufferEnqueueingThresholdPercent, 60, \ - "Before enqueueing them, each mutator thread tries to do some " \ - "filtering on the SATB buffers it generates. If post-filtering " \ - "the percentage of retained entries is over this threshold " \ - "the buffer will be enqueued for processing. A value of 0 " \ - "specifies that mutator threads should not do such filtering.") \ - range(0, 100) \ - \ experimental(intx, G1ExpandByPercentOfAvailable, 20, \ "When expanding, % of uncommitted space to claim.") \ range(0, 100) \ \ develop(bool, G1RSBarrierRegionFilter, true, \ --- 74,83 ----
< prev index next >