Request for review: 8008368: Deprecate MaxGCMinorPauseMillis
Tao Mao
tao.mao at oracle.com
Thu Feb 28 19:17:48 UTC 2013
8008368: Deprecate MaxGCMinorPauseMillis
https://jbs.oracle.com/bugs/browse/JDK-8008368
webrev:
http://cr.openjdk.java.net/~tamao/8008368/webrev.00/
changeset:
We don't need the distinction between MaxGCMinorPauseMillis and
MaxGCPauseMillis. The MaxGCMinorPauseMillis flag was introduced as a
backup measure in case one pause target for all types collections was
not enough. As it has turned out it seems one pause target is enough.
Thus, we should deprecate MaxGCMinorPauseMillis and give a warning when set.
testing:
passed JPRT test(sanity)
More information about the hotspot-gc-dev
mailing list