[9] RFR (XS): 8150543: Mismatched access detection is inaccurate
Aleksey Shipilev
aleksey.shipilev at oracle.com
Mon Feb 29 13:00:25 UTC 2016
On 02/29/2016 03:39 PM, Vladimir Ivanov wrote:
> On 2/29/16 3:36 PM, Vladimir Ivanov wrote:
>> Updated version:
>> http://cr.openjdk.java.net/~vlivanov/8150543/webrev.01/
Still okay. Can probably common the cases:
switch (loadbt) {
case T_BOOLEAN:
loadbt = T_BYTE;
break;
case T_NARROWOOP:
case T_ARRAY:
case T_ADDRESS:
loadbt = T_OBJECT;
break;
}
-Aleksey
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: OpenPGP digital signature
URL: <http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20160229/e29d1e43/signature.asc>
More information about the hotspot-compiler-dev
mailing list