mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 20:14:43 +02:00
Merge
This commit is contained in:
commit
d284715c15
1 changed files with 0 additions and 19 deletions
|
@ -2667,25 +2667,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") \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue