7021953: Remove flags from globals.hpp inadvertently dragged in by 7016023

Removed erroneous flags

Reviewed-by: kvn, dcubed
This commit is contained in:
David Holmes 2011-02-24 21:38:37 -05:00
parent c4270e4517
commit e6b07111ea

View file

@ -2664,25 +2664,6 @@ class CommandLineFlags {
product(bool, UseStringCache, false, \ product(bool, UseStringCache, false, \
"Enable String cache capabilities on String.java") \ "Enable String cache capabilities on String.java") \
\ \
/* byte strings */ \
product(bool, UseCompressedStrings, false, \
"Enable byte-valued strings") \
\
product(bool, SpecialStringCompress, true, \
"special version of string compress") \
\
product(bool, SpecialStringInflate, true, \
"special version of string inflate") \
\
product(bool, SpecialStringCompareToCC, true, \
"special version of string compareToCC") \
\
product(bool, SpecialStringIndexOfCC, true, \
"special version of string indexOfCC") \
\
product(bool, SpecialStringEqualsCC, true, \
"special version of string equalsCC") \
\
/* statistics */ \ /* statistics */ \
develop(bool, CountCompiledCalls, false, \ develop(bool, CountCompiledCalls, false, \
"counts method invocations") \ "counts method invocations") \