--- 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; " \