hotspot/src/cpu/aarch64/vm/vm_version_aarch64.cpp
changeset 31517 f1dc80fd7748
parent 31515 6aed85dadbe6
child 31588 2a864a4a414c
equal deleted inserted replaced
31516:97b3293d2613 31517:f1dc80fd7748
   255 
   255 
   256   if (FLAG_IS_DEFAULT(UseBarriersForVolatile)) {
   256   if (FLAG_IS_DEFAULT(UseBarriersForVolatile)) {
   257     UseBarriersForVolatile = (_cpuFeatures & CPU_DMB_ATOMICS) != 0;
   257     UseBarriersForVolatile = (_cpuFeatures & CPU_DMB_ATOMICS) != 0;
   258   }
   258   }
   259 
   259 
       
   260   if (FLAG_IS_DEFAULT(UsePopCountInstruction)) {
       
   261     UsePopCountInstruction = true;
       
   262   }
       
   263 
   260 #ifdef COMPILER2
   264 #ifdef COMPILER2
   261   if (FLAG_IS_DEFAULT(OptoScheduling)) {
   265   if (FLAG_IS_DEFAULT(OptoScheduling)) {
   262     OptoScheduling = true;
   266     OptoScheduling = true;
   263   }
   267   }
   264 #endif
   268 #endif