mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
Merge
This commit is contained in:
commit
3307d0f163
326 changed files with 9465 additions and 4610 deletions
|
@ -2880,6 +2880,9 @@ public:
|
|||
product(bool, AggressiveOpts, false, \
|
||||
"Enable aggressive optimizations - see arguments.cpp") \
|
||||
\
|
||||
product_pd(bool, CompactStrings, \
|
||||
"Enable Strings to use single byte chars in backing store") \
|
||||
\
|
||||
product_pd(uintx, TypeProfileLevel, \
|
||||
"=XYZ, with Z: Type profiling of arguments at call; " \
|
||||
"Y: Type profiling of return value at call; " \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue