hotspot/src/share/vm/runtime/globals.hpp
changeset 1380 c6ace647ca84
parent 1376 f7fc7a708b63
parent 618 9641c2c8f977
child 1382 fa3de4068282
--- a/hotspot/src/share/vm/runtime/globals.hpp	Mon Jun 23 16:49:37 2008 -0700
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Tue Jun 24 13:20:34 2008 -0700
@@ -2261,6 +2261,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")                      \