Code Review for 6908167

Prepared by:never on Tue Dec 8 13:10:57 PST 2009
Workspace:/net/smite.sfbay/export/ws/baseline
Compare against: ssh://hg.openjdk.java.net/jdk7/hotspot-comp-gate/hotspot
Summary of changes: 5 lines changed: 5 ins; 0 del; 0 mod; 3521 unchg
Patch of changes: 6908167.patch
Author comments:
6908167: jbb2005, OptimizeStringConcat causes assert in EA
Reviewed-by:

EA gets unhappy with CreateEx objects which are dead but haven't been
removed from the graph. IGVN will clean them up but that happens
after EA. The fix is to replace the CreateEx with top when explicitly
killing an exception path. Tested with jbb in fastdebug.

Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/opto/graphKit.cpp

5 lines changed: 5 ins; 0 del; 0 mod; 3521 unchg

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