mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8154745: Move default G1 pause time target setup to argument parsing
Reviewed-by: ehelin, sjohanss
This commit is contained in:
parent
7587fbdd30
commit
91b2afa99d
4 changed files with 32 additions and 39 deletions
|
@ -2221,11 +2221,11 @@ public:
|
|||
"Adaptive size policy maximum GC pause time goal in millisecond, "\
|
||||
"or (G1 Only) the maximum GC time per MMU time slice") \
|
||||
range(1, max_uintx - 1) \
|
||||
constraint(MaxGCPauseMillisConstraintFunc,AfterMemoryInit) \
|
||||
constraint(MaxGCPauseMillisConstraintFunc,AfterErgo) \
|
||||
\
|
||||
product(uintx, GCPauseIntervalMillis, 0, \
|
||||
"Time slice for MMU specification") \
|
||||
constraint(GCPauseIntervalMillisConstraintFunc,AfterMemoryInit) \
|
||||
constraint(GCPauseIntervalMillisConstraintFunc,AfterErgo) \
|
||||
\
|
||||
product(uintx, MaxGCMinorPauseMillis, max_uintx, \
|
||||
"Adaptive size policy maximum GC minor pause time goal " \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue