mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
6864886: G1: rename -XX parameters related to update buffers
Renaming a couple of update buffer-related parameters to make them more understandable and consistent. Reviewed-by: iveresov, ysr
This commit is contained in:
parent
1b6412363e
commit
5f7ed79e3c
5 changed files with 17 additions and 16 deletions
|
@ -2924,12 +2924,6 @@ class CommandLineFlags {
|
|||
"how many entries we'll try to leave on the stack during " \
|
||||
"parallel GC") \
|
||||
\
|
||||
product(intx, DCQBarrierQueueBufferSize, 256, \
|
||||
"Number of elements in a dirty card queue buffer") \
|
||||
\
|
||||
product(intx, DCQBarrierProcessCompletedThreshold, 5, \
|
||||
"Number of completed dirty card buffers to trigger processing.") \
|
||||
\
|
||||
/* stack parameters */ \
|
||||
product_pd(intx, StackYellowPages, \
|
||||
"Number of yellow zone (recoverable overflows) pages") \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue