--- old/src/hotspot/os_cpu/bsd_x86/orderAccess_bsd_x86.inline.hpp 2018-03-07 23:03:46.839995794 -0500 +++ new/src/hotspot/os_cpu/bsd_x86/orderAccess_bsd_x86.inline.hpp 2018-03-07 23:03:45.922893972 -0500 @@ -65,7 +65,6 @@ template<> struct OrderAccess::PlatformOrderedStore<1, RELEASE_X_FENCE> - VALUE_OBJ_CLASS_SPEC { template void operator()(T v, volatile T* p) const { @@ -78,7 +77,6 @@ template<> struct OrderAccess::PlatformOrderedStore<2, RELEASE_X_FENCE> - VALUE_OBJ_CLASS_SPEC { template void operator()(T v, volatile T* p) const { @@ -91,7 +89,6 @@ template<> struct OrderAccess::PlatformOrderedStore<4, RELEASE_X_FENCE> - VALUE_OBJ_CLASS_SPEC { template void operator()(T v, volatile T* p) const { @@ -105,7 +102,6 @@ #ifdef AMD64 template<> struct OrderAccess::PlatformOrderedStore<8, RELEASE_X_FENCE> - VALUE_OBJ_CLASS_SPEC { template void operator()(T v, volatile T* p) const {