src/share/vm/runtime/globals.hpp

changeset 5427
02d7aa1456c9
parent 5385
ec173c8f3739
child 5462
8796fd3ac898
child 6457
94c202aa2646
     1.1 --- a/src/share/vm/runtime/globals.hpp	Wed Jul 17 13:48:15 2013 +0200
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Thu Jul 18 14:57:51 2013 -0700
     1.3 @@ -2589,9 +2589,6 @@
     1.4    product(bool, AggressiveOpts, false,                                      \
     1.5            "Enable aggressive optimizations - see arguments.cpp")            \
     1.6                                                                              \
     1.7 -  product(bool, UseStringCache, false,                                      \
     1.8 -          "Enable String cache capabilities on String.java")                \
     1.9 -                                                                            \
    1.10    /* statistics */                                                          \
    1.11    develop(bool, CountCompiledCalls, false,                                  \
    1.12            "counts method invocations")                                      \

mercurial