kevinw [Mon, 11 Mar 2013 15:37:10 +0100] rev 15953
Merge
kevinw [Mon, 11 Mar 2013 12:56:00 +0000] rev 15952
8009723: CMS logs "concurrent mode failure" twice when using (disabling) -XX:-UseCMSCompactAtFullCollection
Reviewed-by: jwilhelm, ehelin, brutisso
stefank [Mon, 11 Mar 2013 08:49:53 +0100] rev 15951
Merge
tamao [Thu, 07 Mar 2013 10:44:04 -0800] rev 15950
8008368: Deprecate MaxGCMinorPauseMillis
Summary: Deprecate MaxGCMinorPauseMillis and emit a warning if set by users
Reviewed-by: brutisso, johnc
Contributed-by: tamao <tao.mao@oracle.com>
tamao [Tue, 05 Mar 2013 15:36:56 -0800] rev 15949
8008079: G1: Add nextObject routine to CMBitMapRO and replace nextWord
Summary: Update the task local finger to the start of the next object when marking aborts, in order to avoid the redundant scanning of all 0's when the marking task restarts, if otherwise updating to the next word. In addition, reuse the routine nextObject() in routine iterate().
Reviewed-by: johnc, ysr
Contributed-by: tamao <tao.mao@oracle.com>
morris [Thu, 14 Mar 2013 16:16:05 -0700] rev 15948
Merge