mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 04:24:49 +02:00
8004872: Early loading of HashMap and StringValue under -XX:+AggressiveOpts can be removed
This fix also removes the -XX:+UseStringCache option Reviewed-by: dholmes, acorn, iklam
This commit is contained in:
parent
2d77390705
commit
1a1e83be6a
5 changed files with 1 additions and 55 deletions
|
@ -2589,9 +2589,6 @@ 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, CountCompiledCalls, false, \
|
||||
"counts method invocations") \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue