review(XXS): 7160539: JDeveloper crashes on 64-bit Windows

Tom Rodriguez tom.rodriguez at oracle.com
Wed Apr 11 17:50:09 PDT 2012


Looks good.

tom

On Apr 11, 2012, at 5:06 PM, Igor Veresov wrote:

> In 64-bit C2 expects upper 32bit cleared for the int params passed to a method. C1 was leaving them dirty while doing l2i conversion on x64, which caused a problem with the tiered runtime.
> 
> Webrev: http://cr.openjdk.java.net/~iveresov/7160539/webrev.00/
> 
> Thanks!
> igor
> 



More information about the hotspot-compiler-dev mailing list