Code Review for 7189971_v2

Prepared by:johnc on Fri Jan 25 13:10:38 PST 2013
Workspace:/export/workspaces/7189971_v2
Compare against: http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot
Compare against version:3c327c2b6782
Summary of changes: 100 lines changed: 95 ins; 1 del; 4 mod; 4351 unchg
Patch of changes: 7189971_v2.patch
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New Patch Raw src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepThread.cpp

rev 4029 : 7189971: Implement CMSWaitDuration for non-incremental mode of CMS
Summary: In the incremental mode of CMS, a non-zero value for the CMSWaitDuration flag delays the iCMS cycle until after a scavenge. Implement the same for the non-incremental mode.
Reviewed-by:
Contributed-by: Michal Frajt <michal@frajt.eu>
90 lines changed: 85 ins; 1 del; 4 mod; 378 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New Patch Raw src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepThread.hpp

rev 4029 : 7189971: Implement CMSWaitDuration for non-incremental mode of CMS
Summary: In the incremental mode of CMS, a non-zero value for the CMSWaitDuration flag delays the iCMS cycle until after a scavenge. Implement the same for the non-incremental mode.
Reviewed-by:
Contributed-by: Michal Frajt <michal@frajt.eu>
6 lines changed: 6 ins; 0 del; 0 mod; 275 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New Patch Raw src/share/vm/runtime/globals.hpp

rev 4029 : 7189971: Implement CMSWaitDuration for non-incremental mode of CMS
Summary: In the incremental mode of CMS, a non-zero value for the CMSWaitDuration flag delays the iCMS cycle until after a scavenge. Implement the same for the non-incremental mode.
Reviewed-by:
Contributed-by: Michal Frajt <michal@frajt.eu>
4 lines changed: 4 ins; 0 del; 0 mod; 3698 unchg

This code review page was prepared using /java/j2se/bin/webrev (vers 23.18-hg).