hotspot/src/cpu/aarch64/vm/abstractInterpreter_aarch64.cpp
changeset 46620 750c6edff33b
parent 46608 b0da00b77053
child 46625 edefffab74e2
--- a/hotspot/src/cpu/aarch64/vm/abstractInterpreter_aarch64.cpp	Tue Jul 04 15:58:10 2017 +0200
+++ b/hotspot/src/cpu/aarch64/vm/abstractInterpreter_aarch64.cpp	Thu Apr 13 09:57:51 2017 +0200
@@ -100,7 +100,7 @@
 
   // On AArch64 we always keep the stack pointer 16-aligned, so we
   // must round up here.
-  size = round_to(size, 2);
+  size = align_up(size, 2);
 
   return size;
 }