diff -r b9a42ca342db -r c60978f87d45 test/hotspot/gtest/gc/z/test_zLiveMap.cpp --- a/test/hotspot/gtest/gc/z/test_zLiveMap.cpp Tue Nov 12 20:01:23 2019 +0000 +++ b/test/hotspot/gtest/gc/z/test_zLiveMap.cpp Tue Nov 12 20:01:23 2019 +0000 @@ -35,7 +35,7 @@ uintptr_t object = 0u; // Mark the object strong. - livemap.set_atomic(object, false /* finalizable */, inc_live); + livemap.set(object, false /* finalizable */, inc_live); // Check that both bits are in the same segment. ASSERT_EQ(livemap.index_to_segment(0), livemap.index_to_segment(1));