[9] RFR (XS): 8150543: Mismatched access detection is inaccurate

Vladimir Ivanov vladimir.x.ivanov at oracle.com
Mon Feb 29 12:39:29 UTC 2016


On 2/29/16 3:36 PM, Vladimir Ivanov wrote:
> Updated version:
>    http://cr.openjdk.java.net/~vlivanov/8150543/webrev.01/
>
> Adjusted is_mismatched_access for LoadP node which has memory_type() ==
> T_ARRAY.
Sorry, T_ADDRESS:
   virtual BasicType memory_type() const { return T_ADDRESS; }

Best regards,
Vladimir Ivanov


More information about the hotspot-compiler-dev mailing list