RFR: 8048554: C2: Pass AES lookup tables for platforms with no HW crypto acceleration

Roland Westrelin roland.westrelin at oracle.com
Wed Jul 2 12:50:51 UTC 2014


>>> 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

You’re right. Sorry I misread the code. That looks good.

Roland.

> 
>> 
>> 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