mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 12:34:32 +02:00
Merge
This commit is contained in:
commit
6864f9f8a8
53 changed files with 1657 additions and 193 deletions
|
@ -645,6 +645,9 @@ class CommandLineFlags {
|
|||
product(bool, UseAESIntrinsics, false, \
|
||||
"use intrinsics for AES versions of crypto") \
|
||||
\
|
||||
product(bool, UseCRC32Intrinsics, false, \
|
||||
"use intrinsics for java.util.zip.CRC32") \
|
||||
\
|
||||
develop(bool, TraceCallFixup, false, \
|
||||
"traces all call fixups") \
|
||||
\
|
||||
|
@ -3161,6 +3164,9 @@ class CommandLineFlags {
|
|||
product_pd(uintx, InitialCodeCacheSize, \
|
||||
"Initial code cache size (in bytes)") \
|
||||
\
|
||||
develop_pd(uintx, CodeCacheMinimumUseSpace, \
|
||||
"Minimum code cache size (in bytes) required to start VM.") \
|
||||
\
|
||||
product_pd(uintx, ReservedCodeCacheSize, \
|
||||
"Reserved code cache size (in bytes) - maximum code cache size") \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue