comparison src/share/vm/opto/graphKit.cpp @ 8883:b9a918201d47

Merge with hsx25
author Gilles Duboscq <duboscq@ssw.jku.at>
date Sat, 06 Apr 2013 20:04:06 +0200
parents 86b4965f0c9a 30f42e691e70
children 836a62f43af9
comparison
equal deleted inserted replaced
8660:d47b52b0ff68 8883:b9a918201d47
3443 set_control(__ ctrl()); 3443 set_control(__ ctrl());
3444 } 3444 }
3445 3445
3446 void GraphKit::final_sync(IdealKit& ideal) { 3446 void GraphKit::final_sync(IdealKit& ideal) {
3447 // Final sync IdealKit and graphKit. 3447 // Final sync IdealKit and graphKit.
3448 __ drain_delay_transform();
3449 sync_kit(ideal); 3448 sync_kit(ideal);
3450 } 3449 }
3451 3450
3452 // vanilla/CMS post barrier 3451 // vanilla/CMS post barrier
3453 // Insert a write-barrier store. This is to let generational GC work; we have 3452 // Insert a write-barrier store. This is to let generational GC work; we have