mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 03:54:33 +02:00
8038265: CMS: enable time based triggering of concurrent cycles
Reviewed-by: mgerdin, brutisso
This commit is contained in:
parent
1e094bab2d
commit
bc55ed0b83
2 changed files with 28 additions and 0 deletions
|
@ -1931,6 +1931,10 @@ class CommandLineFlags {
|
|||
"not just one of the generations (e.g., G1). A value of 0 " \
|
||||
"denotes 'do constant GC cycles'.") \
|
||||
\
|
||||
manageable(intx, CMSTriggerInterval, -1, \
|
||||
"Commence a CMS collection cycle (at least) every so many " \
|
||||
"milliseconds (0 permanently, -1 disabled)") \
|
||||
\
|
||||
product(bool, UseCMSInitiatingOccupancyOnly, false, \
|
||||
"Only use occupancy as a criterion for starting a CMS collection")\
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue