src/share/vm/runtime/globals.hpp

changeset 2573
cf16c93393f5
parent 2571
a97fd181b813
parent 2572
162b62460264
child 2586
23ae54207126
     1.1 --- a/src/share/vm/runtime/globals.hpp	Wed Feb 23 11:18:16 2011 -0800
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Fri Feb 25 03:29:56 2011 -0800
     1.3 @@ -2667,25 +2667,6 @@
     1.4    product(bool, UseStringCache, false,                                      \
     1.5            "Enable String cache capabilities on String.java")                \
     1.6                                                                              \
     1.7 -  /* byte strings */                                                        \
     1.8 -  product(bool, UseCompressedStrings, false,                                \
     1.9 -          "Enable byte-valued strings")                                     \
    1.10 -                                                                            \
    1.11 -  product(bool, SpecialStringCompress, true,                                \
    1.12 -          "special version of string compress")                             \
    1.13 -                                                                            \
    1.14 -  product(bool, SpecialStringInflate, true,                                 \
    1.15 -          "special version of string inflate")                              \
    1.16 -                                                                            \
    1.17 -  product(bool, SpecialStringCompareToCC, true,                             \
    1.18 -          "special version of string compareToCC")                          \
    1.19 -                                                                            \
    1.20 -  product(bool, SpecialStringIndexOfCC, true,                               \
    1.21 -          "special version of string indexOfCC")                            \
    1.22 -                                                                            \
    1.23 -  product(bool, SpecialStringEqualsCC, true,                                \
    1.24 -          "special version of string equalsCC")                             \
    1.25 -                                                                            \
    1.26    /* statistics */                                                          \
    1.27    develop(bool, CountCompiledCalls, false,                                  \
    1.28            "counts method invocations")                                      \

mercurial