8150552: Remove -XX:+AggressiveOpts

Removed the -XX:+AggressiveOpts flags and its usages.

Reviewed-by: ecaspole, sjohanss
This commit is contained in:
Tobias Hartmann 2018-10-24 12:39:37 +02:00
parent 533bd0a604
commit 18d4a423f9
15 changed files with 9 additions and 59 deletions

View file

@ -1351,9 +1351,6 @@ define_pd_global(uint64_t,MaxRAM, 1ULL*G);
/* Note: This value is zero mod 1<<13 for a cheap sparc set. */ \
"Inline allocations larger than this in doublewords must go slow")\
\
product(bool, AggressiveOpts, false, \
"(Deprecated) Enable aggressive optimizations - see arguments.cpp") \
\
product_pd(bool, CompactStrings, \
"Enable Strings to use single byte chars in backing store") \
\