hotspot/src/share/vm/runtime/globals.hpp
changeset 33638 ef49ed90010b
parent 33626 3c94db05e903
parent 33637 f62a5a399b21
child 33813 4f376e851453
--- a/hotspot/src/share/vm/runtime/globals.hpp	Thu Nov 05 19:31:57 2015 +0100
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Fri Nov 06 11:34:03 2015 +0100
@@ -2880,6 +2880,9 @@
   product(bool, AggressiveOpts, false,                                      \
           "Enable aggressive optimizations - see arguments.cpp")            \
                                                                             \
+  product_pd(bool, CompactStrings,                                          \
+          "Enable Strings to use single byte chars in backing store")       \
+                                                                            \
   product_pd(uintx, TypeProfileLevel,                                       \
           "=XYZ, with Z: Type profiling of arguments at call; "             \
                      "Y: Type profiling of return value at call; "          \