diff -r 3aba4a42d8ad -r 38f4701d6587 src/hotspot/share/gc/z/zMarkTerminate.hpp --- a/src/hotspot/share/gc/z/zMarkTerminate.hpp Mon Oct 28 11:23:28 2019 +0100 +++ b/src/hotspot/share/gc/z/zMarkTerminate.hpp Mon Oct 28 11:23:48 2019 +0100 @@ -30,9 +30,9 @@ class ZMarkTerminate { private: - uint _nworkers; - volatile uint _nworking_stage0 ATTRIBUTE_ALIGNED(ZCacheLineSize); - volatile uint _nworking_stage1; + uint _nworkers; + ZCACHE_ALIGNED volatile uint _nworking_stage0; + volatile uint _nworking_stage1; bool enter_stage(volatile uint* nworking_stage); void exit_stage(volatile uint* nworking_stage);