mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 04:24:49 +02:00
8019375: Internal symbol table size should be tunable
Reviewed-by: coleenp, kamg
This commit is contained in:
parent
088ded71f9
commit
c3d0e64506
6 changed files with 19 additions and 22 deletions
|
@ -3727,6 +3727,9 @@ class CommandLineFlags {
|
|||
product(uintx, StringTableSize, defaultStringTableSize, \
|
||||
"Number of buckets in the interned String table") \
|
||||
\
|
||||
experimental(uintx, SymbolTableSize, defaultSymbolTableSize, \
|
||||
"Number of buckets in the JVM internal Symbol table") \
|
||||
\
|
||||
develop(bool, TraceDefaultMethods, false, \
|
||||
"Trace the default method processing steps") \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue