6714404: Add UseStringCache switch to enable String caching under AggressiveOpts

Poke String.stringCacheEnabled during vm initialization

Reviewed-by: never
This commit is contained in:
Vladimir Kozlov 2008-06-13 14:49:07 -07:00
parent 762f7c8f2b
commit afbdf29629
3 changed files with 38 additions and 13 deletions

View file

@ -2246,6 +2246,9 @@ class CommandLineFlags {
product(bool, AggressiveOpts, false, \
"Enable aggressive optimizations - see arguments.cpp") \
\
product(bool, UseStringCache, false, \
"Enable String cache capabilities on String.java") \
\
/* statistics */ \
develop(bool, UseVTune, false, \
"enable support for Intel's VTune profiler") \