Request for reviews (XS): 7125879: assert(proj != NULL) failed: must be found

Igor Veresov igor.veresov at oracle.com
Thu Dec 29 23:46:26 PST 2011


Seems fine. 

igor


On Thursday, December 29, 2011 at 6:01 PM, Vladimir Kozlov wrote:

> http://cr.openjdk.java.net/~kvn/7125879/webrev
> 
> 7125879: assert(proj != NULL) failed: must be found
> 
> Case of new array with negative size known during compilation. 
> AllocateArrayNode::Ideal() optimization disconnect unreachable following code 
> since call to runtime will throw exception. As result there will be no users of 
> i_o after the call.
> 
> Leave i_o attached to slow allocation call to avoid problems in preceding graph.
> 
> Tested with full CTW and failing test.
> 
> Thanks,
> Vladimir
> 
> 


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20111229/f168bae0/attachment-0001.html 


More information about the hotspot-compiler-dev mailing list