mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
6714404: Add UseStringCache switch to enable String caching under AggressiveOpts
Poke String.stringCacheEnabled during vm initialization Reviewed-by: never
This commit is contained in:
parent
762f7c8f2b
commit
afbdf29629
3 changed files with 38 additions and 13 deletions
|
@ -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") \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue