hotspot/test/native/memory/test_metachunk.cpp
changeset 46619 a3919f5e8d2b
parent 44997 3f875168ce21
child 46625 edefffab74e2
--- a/hotspot/test/native/memory/test_metachunk.cpp	Wed Apr 12 17:53:18 2017 +0200
+++ b/hotspot/test/native/memory/test_metachunk.cpp	Tue Jul 04 15:58:10 2017 +0200
@@ -64,7 +64,7 @@
 
   // Allocate
   size_t alloc_size = 64; // Words
-  EXPECT_TRUE(is_size_aligned(alloc_size, Metachunk::object_alignment()));
+  EXPECT_TRUE(is_aligned(alloc_size, Metachunk::object_alignment()));
 
   MetaWord* mem = metachunk->allocate(alloc_size);