Request for reviews (S): 7140924: SIGSEGV in compiled code for sun.awt.X11.XDecoratedPeer.updateMinSizeHints

Igor Veresov igor.veresov at oracle.com
Mon Jan 30 13:57:08 PST 2012


Looks good!


igor


On Monday, January 30, 2012 at 1:10 PM, Vladimir Kozlov wrote:

> http://cr.openjdk.java.net/~kvn/7140924/webrev
> 
> 7140924: SIGSEGV in compiled code for sun.awt.X11.XDecoratedPeer.updateMinSizeHints
> 
> Bytecode Escape Analyzer incorrectly reports that a method returns only new 
> allocation even if it may also return NULL or Constant Pool pointers. It happens 
> because bc analyzer uses empty_map for such constants. Use unknown_obj instead.
> 
> Verified with failed test.
> 
> Thanks,
> Vladimir
> 
> 


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20120130/1af2d449/attachment.html 


More information about the hotspot-compiler-dev mailing list