diff 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
line wrap: on
line diff
--- a/src/share/vm/gc_implementation/g1/g1_globals.hpp	Thu Feb 28 17:39:48 2013 +0100
+++ b/src/share/vm/gc_implementation/g1/g1_globals.hpp	Mon Mar 04 16:46:37 2013 +0100
@@ -41,10 +41,10 @@
   develop(intx, G1MarkingVerboseLevel, 0,                                   \
           "Level (0-4) of verboseness of the marking code")                 \
                                                                             \
-  develop(bool, G1PrintReachableAtInitialMark, false,                       \
+  develop(bool, G1PrintReachableAtInitialMark, true,                       \
           "Reachable object dump at the initial mark pause")                \
                                                                             \
-  develop(bool, G1VerifyDuringGCPrintReachable, false,                      \
+  develop(bool, G1VerifyDuringGCPrintReachable, true,                      \
           "If conc mark verification fails, dump reachable objects")        \
                                                                             \
   develop(ccstr, G1PrintReachableBaseFile, NULL,                            \