src/share/vm/runtime/vm_version.cpp

Print this page

        

@@ -49,11 +49,11 @@
 bool Abstract_VM_Version::_supports_atomic_getset8 = false;
 bool Abstract_VM_Version::_supports_atomic_getadd4 = false;
 bool Abstract_VM_Version::_supports_atomic_getadd8 = false;
 unsigned int Abstract_VM_Version::_logical_processors_per_package = 1U;
 int Abstract_VM_Version::_reserve_for_allocation_prefetch = 0;
-
+bool Abstract_VM_Version::_supports_crypto_acceleration_client = false;
 #ifndef HOTSPOT_RELEASE_VERSION
   #error HOTSPOT_RELEASE_VERSION must be defined
 #endif
 #ifndef JRE_RELEASE_VERSION
   #error JRE_RELEASE_VERSION must be defined