src/share/vm/gc_implementation/g1/g1_globals.hpp

changeset 1829
1316cec51b4d
parent 1826
79e419e5ea3b
child 1907
c18cbe5936b8
child 1946
f16f1d7893de
     1.1 --- a/src/share/vm/gc_implementation/g1/g1_globals.hpp	Mon Apr 19 05:40:21 2010 -0700
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1_globals.hpp	Thu Apr 22 10:02:38 2010 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright 2001-2009 Sun Microsystems, Inc.  All Rights Reserved.
     1.6 + * Copyright 2001-2010 Sun Microsystems, Inc.  All Rights Reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -226,10 +226,6 @@
    1.11            "the number of regions for which we'll print a surv rate "        \
    1.12            "summary.")                                                       \
    1.13                                                                              \
    1.14 -  develop(bool, G1UseScanOnlyPrefix, false,                                 \
    1.15 -          "It determines whether the system will calculate an optimum "     \
    1.16 -          "scan-only set.")                                                 \
    1.17 -                                                                            \
    1.18    product(intx, G1ReservePercent, 10,                                       \
    1.19            "It determines the minimum reserve we should have in the heap "   \
    1.20            "to minimize the probability of promotion failure.")              \

mercurial