8154745: Move default G1 pause time target setup to argument parsing

Reviewed-by: ehelin, sjohanss
This commit is contained in:
Mikael Gerdin 2016-04-19 14:53:32 +02:00
parent 7587fbdd30
commit 91b2afa99d
4 changed files with 32 additions and 39 deletions

View file

@ -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 " \