< prev index next >

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

Print this page
rev 57441 : [mq]: 8235996-move-g1rsetscanblocksize

*** 202,216 **** range(0, (max_jint-1)/wordSize) \ \ develop(bool, G1VerifyCTCleanup, false, \ "Verify card table cleanup.") \ \ - product(size_t, G1RSetScanBlockSize, 64, \ - "Size of a work unit of cards claimed by a worker thread" \ - "during RSet scanning.") \ - range(1, max_uintx) \ - \ develop(uintx, G1DummyRegionsPerGC, 0, \ "The number of dummy regions G1 will allocate at the end of " \ "each evacuation pause in order to artificially fill up the " \ "heap and stress the marking implementation.") \ \ --- 202,211 ----
< prev index next >