提交 20602f04 编写于 作者: D dholmes

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

Summary: removed erroneous flags
Reviewed-by: kvn, dcubed
上级 7c417053
......@@ -2664,25 +2664,6 @@ class CommandLineFlags {
product(bool, UseStringCache, false, \
"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 */ \
develop(bool, CountCompiledCalls, false, \
"counts method invocations") \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册