test/hotspot/gtest/gc/z/test_zLiveMap.cpp
changeset 59039 c60978f87d45
parent 50975 b833992fa8fa
--- 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));