Code Review for hotspot

Prepared by:johnc on Thu Jul 5 11:19:30 PDT 2012
Workspace:/export/workspaces/7173712/hotspot
Compare against: http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot
Compare against version:3759236eea14
Summary of changes: 17 lines changed: 10 ins; 6 del; 1 mod; 219 unchg
Patch of changes: hotspot.patch
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New Patch Raw src/share/vm/gc_implementation/g1/g1OopClosures.inline.hpp

rev 3463 : 7173712: G1: Duplicated code in G1UpdateRSOrPushRefOopClosure::do_oop_nv()
Summary: Duplicated code from G1RemSet::par_write_ref() inlined into G1UpdateRSOrPushRefOopClosure::do_oop_nv() was showing up in profiles with a fairly high amount of CPU time. Manually inline the main part of G1RemSet::par_write_ref() to eliminate the code duplication.
Reviewed-by:
17 lines changed: 10 ins; 6 del; 1 mod; 219 unchg

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