comparison src/share/vm/gc_implementation/g1/g1_globals.hpp @ 6188:7994a5a35fcf

6921087: G1: remove per-GC-thread expansion tables from the fine-grain remembered sets Summary: Remove the per-thread expansion tables (PosParPRT) and associated expansion and compaction from the fine grain RSet entries. This code has been unused for a while. Reviewed-by: johnc, brutisso Contributed-by: Thomas Schatzl <thomas.schatzl@jku.at>
author johnc
date Mon, 25 Jun 2012 16:00:55 -0700
parents f7a8920427a6
children 3650da95d2ee
comparison
equal deleted inserted replaced
6161:1c280e5b8d31 6188:7994a5a35fcf
50 develop(ccstr, G1PrintReachableBaseFile, NULL, \ 50 develop(ccstr, G1PrintReachableBaseFile, NULL, \
51 "The base file name for the reachable object dumps") \ 51 "The base file name for the reachable object dumps") \
52 \ 52 \
53 develop(bool, G1TraceMarkStackOverflow, false, \ 53 develop(bool, G1TraceMarkStackOverflow, false, \
54 "If true, extra debugging code for CM restart for ovflw.") \ 54 "If true, extra debugging code for CM restart for ovflw.") \
55 \
56 develop(bool, G1TraceHeapRegionRememberedSet, false, \
57 "Enables heap region remembered set debug logs") \
55 \ 58 \
56 diagnostic(bool, G1SummarizeConcMark, false, \ 59 diagnostic(bool, G1SummarizeConcMark, false, \
57 "Summarize concurrent mark info") \ 60 "Summarize concurrent mark info") \
58 \ 61 \
59 diagnostic(bool, G1SummarizeRSetStats, false, \ 62 diagnostic(bool, G1SummarizeRSetStats, false, \