mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 12:04:39 +02:00
Merge
This commit is contained in:
commit
354de63fbf
1 changed files with 6 additions and 2 deletions
|
@ -3125,10 +3125,14 @@ class CommandLineFlags {
|
|||
"class pointers are used") \
|
||||
\
|
||||
product(uintx, MinHeapFreeRatio, 40, \
|
||||
"The minimum percentage of heap free after GC to avoid expansion")\
|
||||
"The minimum percentage of heap free after GC to avoid expansion."\
|
||||
" For most GCs this applies to the old generation. In G1 it" \
|
||||
" applies to the whole heap. Not supported by ParallelGC.") \
|
||||
\
|
||||
product(uintx, MaxHeapFreeRatio, 70, \
|
||||
"The maximum percentage of heap free after GC to avoid shrinking")\
|
||||
"The maximum percentage of heap free after GC to avoid shrinking."\
|
||||
" For most GCs this applies to the old generation. In G1 it" \
|
||||
" applies to the whole heap. Not supported by ParallelGC.") \
|
||||
\
|
||||
product(intx, SoftRefLRUPolicyMSPerMB, 1000, \
|
||||
"Number of milliseconds per MB of free space in the heap") \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue