Code Review for 7189971_v2

Prepared by:johnc on Thu Jan 10 11:31:52 PST 2013
Workspace:/export/workspaces/7189971_v2
Compare against: http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot
Compare against version:4c8bf5e55392
Summary of changes: 100 lines changed: 95 ins; 1 del; 4 mod; 4348 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 3953 : 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 3953 : 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 3953 : 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; 3695 unchg

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