hotspot/src/cpu/aarch64/vm/aarch64.ad
changeset 46620 750c6edff33b
parent 46606 211fbfdbc30b
child 46696 b5771fe1620a
--- a/hotspot/src/cpu/aarch64/vm/aarch64.ad	Tue Jul 04 15:58:10 2017 +0200
+++ b/hotspot/src/cpu/aarch64/vm/aarch64.ad	Thu Apr 13 09:57:51 2017 +0200
@@ -5218,7 +5218,7 @@
   // ppc port uses 0 but we definitely need to allow for fixed_slots
   // which folds in the space used for monitors
   return_addr(STACK - 2 +
-              round_to((Compile::current()->in_preserve_stack_slots() +
+              align_up((Compile::current()->in_preserve_stack_slots() +
                         Compile::current()->fixed_slots()),
                        stack_alignment_in_slots()));