comparison src/share/vm/gc_implementation/g1/g1_globals.hpp @ 8499:96a337d307bd

-More progress in G1 WBs
author Christos Kotselidis <christos.kotselidis@oracle.com>
date Mon, 04 Mar 2013 16:46:37 +0100
parents 4967eb4f67a9
children 992f62c457b0
comparison
equal deleted inserted replaced
8498:c158d128fae9 8499:96a337d307bd
39 "Overhead of concurrent marking") \ 39 "Overhead of concurrent marking") \
40 \ 40 \
41 develop(intx, G1MarkingVerboseLevel, 0, \ 41 develop(intx, G1MarkingVerboseLevel, 0, \
42 "Level (0-4) of verboseness of the marking code") \ 42 "Level (0-4) of verboseness of the marking code") \
43 \ 43 \
44 develop(bool, G1PrintReachableAtInitialMark, false, \ 44 develop(bool, G1PrintReachableAtInitialMark, true, \
45 "Reachable object dump at the initial mark pause") \ 45 "Reachable object dump at the initial mark pause") \
46 \ 46 \
47 develop(bool, G1VerifyDuringGCPrintReachable, false, \ 47 develop(bool, G1VerifyDuringGCPrintReachable, true, \
48 "If conc mark verification fails, dump reachable objects") \ 48 "If conc mark verification fails, dump reachable objects") \
49 \ 49 \
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 \