hotspot/src/cpu/aarch64/vm/vm_version_aarch64.cpp
changeset 35154 a9b3c1984a01
parent 35148 5cfafc99d791
child 35581 dd47cf4734f2
equal deleted inserted replaced
35153:0341260cd1f2 35154:a9b3c1984a01
   200     if (UseAESIntrinsics) {
   200     if (UseAESIntrinsics) {
   201       warning("UseAESIntrinsics specified, but not supported on this CPU");
   201       warning("UseAESIntrinsics specified, but not supported on this CPU");
   202     }
   202     }
   203   }
   203   }
   204 
   204 
       
   205   if (UseAESCTRIntrinsics) {
       
   206     warning("AES/CTR intrinsics are not available on this CPU");
       
   207     FLAG_SET_DEFAULT(UseAESCTRIntrinsics, false);
       
   208   }
       
   209 
   205   if (FLAG_IS_DEFAULT(UseCRC32Intrinsics)) {
   210   if (FLAG_IS_DEFAULT(UseCRC32Intrinsics)) {
   206     UseCRC32Intrinsics = true;
   211     UseCRC32Intrinsics = true;
   207   }
   212   }
   208 
   213 
   209   if (auxv & HWCAP_CRC32) {
   214   if (auxv & HWCAP_CRC32) {