--- old/src/share/vm/runtime/vm_version.cpp 2014-07-09 16:46:43.436970108 -0400 +++ new/src/share/vm/runtime/vm_version.cpp 2014-07-09 16:46:42.961873282 -0400 @@ -51,7 +51,7 @@ 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