[10] RFR(XXS): 8186666: Bug in the C2 matcher code

Aleksey Shipilev shade at redhat.com
Mon Aug 28 06:55:22 UTC 2017


On 08/28/2017 02:22 PM, Rahul Raghavan wrote:
> Hi,
> 
> Please review the following small fix proposal:
> 
> <webrev.00> - http://cr.openjdk.java.net/~rraghavan/8186666/webrev.00/
> 
> [src/share/vm/opto/c2compiler.cpp]
>   case vmIntrinsics::_weakCompareAndSetInt:
> -    if (!Matcher::match_rule_supported(Op_WeakCompareAndSwapL)) return false;
> +    if (!Matcher::match_rule_supported(Op_WeakCompareAndSwapI)) return false;

My fault. Fix looks good!

-Aleksey

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20170828/c4e8f445/signature.asc>


More information about the hotspot-compiler-dev mailing list