diff src/share/vm/gc_implementation/g1/g1_globals.hpp @ 1591:f16f1d7893de

6941378: G1: change default value of G1UseFixedWindowMMUTracker to true Summary: Rather than changing the default value of the G1UseFixedWindowMMUTracker, the flag and associated guarantee have been removed. Reviewed-by: jcoomes, tonyp, ysr
author johnc
date Mon, 24 May 2010 17:11:22 -0700
parents 1316cec51b4d
children b9bc732be7c0
line wrap: on
line diff
--- a/src/share/vm/gc_implementation/g1/g1_globals.hpp	Thu May 20 08:32:11 2010 -0700
+++ b/src/share/vm/gc_implementation/g1/g1_globals.hpp	Mon May 24 17:11:22 2010 -0700
@@ -254,9 +254,6 @@
           "If non-0 is the size of the G1 survivor space, "                 \
           "otherwise SurvivorRatio is used to determine the size")          \
                                                                             \
-  product(bool, G1UseFixedWindowMMUTracker, false,                          \
-          "If the MMU tracker's memory is full, forget the oldest entry")   \
-                                                                            \
   product(uintx, G1HeapRegionSize, 0,                                       \
           "Size of the G1 regions.")                                        \
                                                                             \