RFR: 8048554: C2: Pass AES lookup tables for platforms with no HW crypto acceleration
Vladimir Danushevsky
vladimir.danushevsky at oracle.com
Wed Jul 2 12:49:13 UTC 2014
Hi Roland,
On Jul 2, 2014, at 5:33 AM, Roland Westrelin wrote:
>> http://cr.openjdk.java.net/~vladidan/8048554/
>
> Can you move:
>
> 5879 BasicType bt = field->layout_type();
>
> in the if:
>
> 5881 if (!is_static) {
>
> ?
The BasicType value is being referenced in both variants of is_static:
line 5888
line 5892
line 5894
>
> typo (require):
>
> 5961 // Some platforms with no AES HW acceleration might requre the lookup tables
Will do.
Thanks a lot,
Vlad
>
> Otherwise, looks good to me.
>
> Roland.
More information about the hotspot-dev
mailing list