mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
8150552: Remove -XX:+AggressiveOpts
Removed the -XX:+AggressiveOpts flags and its usages. Reviewed-by: ecaspole, sjohanss
This commit is contained in:
parent
533bd0a604
commit
18d4a423f9
15 changed files with 9 additions and 59 deletions
|
@ -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") \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue