hotspot/src/share/vm/runtime/globals.hpp
changeset 618 9641c2c8f977
parent 600 f7b4f99c0199
child 765 e0692d3d8863
child 670 ddf3e9583f2f
child 1380 c6ace647ca84
--- a/hotspot/src/share/vm/runtime/globals.hpp	Tue Jun 10 11:14:27 2008 -0700
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Fri Jun 13 14:49:07 2008 -0700
@@ -2246,6 +2246,9 @@
   product(bool, AggressiveOpts, false,                                      \
           "Enable aggressive optimizations - see arguments.cpp")            \
                                                                             \
+  product(bool, UseStringCache, false,                                      \
+          "Enable String cache capabilities on String.java")                \
+                                                                            \
   /* statistics */                                                          \
   develop(bool, UseVTune, false,                                            \
           "enable support for Intel's VTune profiler")                      \