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

@ -283,6 +283,7 @@
template(cache_field_name, "cache") \
template(value_name, "value") \
template(frontCacheEnabled_name, "frontCacheEnabled") \
template(stringCacheEnabled_name, "stringCacheEnabled") \
\
/* non-intrinsic name/signature pairs: */ \
template(register_method_name, "register") \