hotspot/src/share/vm/services/nmtCommon.hpp
changeset 46619 a3919f5e8d2b
parent 46266 d5ccf56195af
child 46625 edefffab74e2
--- a/hotspot/src/share/vm/services/nmtCommon.hpp	Wed Apr 12 17:53:18 2017 +0200
+++ b/hotspot/src/share/vm/services/nmtCommon.hpp	Tue Jul 04 15:58:10 2017 +0200
@@ -28,7 +28,7 @@
 #include "memory/allocation.hpp"
 #include "utilities/globalDefinitions.hpp"
 
-#define CALC_OBJ_SIZE_IN_TYPE(obj, type) (align_size_up_(sizeof(obj), sizeof(type))/sizeof(type))
+#define CALC_OBJ_SIZE_IN_TYPE(obj, type) (align_up_(sizeof(obj), sizeof(type))/sizeof(type))
 
 // Native memory tracking level
 enum NMT_TrackingLevel {