comparison src/share/vm/runtime/globals.hpp @ 390:cc68c8e9b309

6752248: G1: introduce parallel heap verification Summary: Introduce parallel heap verification in G1. Reviewed-by: jcoomes, apetrusenko
author tonyp
date Mon, 06 Oct 2008 13:16:35 -0400
parents ee21eaa8ffe1
children 67e8b4d06369
comparison
equal deleted inserted replaced
389:ee21eaa8ffe1 390:cc68c8e9b309
1823 "Verify memory system after GC") \ 1823 "Verify memory system after GC") \
1824 \ 1824 \
1825 diagnostic(bool, VerifyDuringGC, false, \ 1825 diagnostic(bool, VerifyDuringGC, false, \
1826 "Verify memory system during GC (between phases)") \ 1826 "Verify memory system during GC (between phases)") \
1827 \ 1827 \
1828 diagnostic(bool, GCParallelVerificationEnabled, true, \
1829 "Enable parallel memory system verification") \
1830 \
1828 diagnostic(bool, VerifyRememberedSets, false, \ 1831 diagnostic(bool, VerifyRememberedSets, false, \
1829 "Verify GC remembered sets") \ 1832 "Verify GC remembered sets") \
1830 \ 1833 \
1831 diagnostic(bool, VerifyObjectStartArray, true, \ 1834 diagnostic(bool, VerifyObjectStartArray, true, \
1832 "Verify GC object start array if verify before/after") \ 1835 "Verify GC object start array if verify before/after") \