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:
Calvin Cheung 2013-07-18 14:57:51 -07:00
parent 2d77390705
commit 1a1e83be6a
5 changed files with 1 additions and 55 deletions

View file

@ -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") \