hotspot/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp
changeset 46619 a3919f5e8d2b
parent 46381 020219e46c86
child 46620 750c6edff33b
--- a/hotspot/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp	Wed Apr 12 17:53:18 2017 +0200
+++ b/hotspot/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp	Tue Jul 04 15:58:10 2017 +0200
@@ -272,7 +272,7 @@
   // this should match assembler::total_frame_size_in_bytes, which
   // isn't callable from this context.  It's checked by an assert when
   // it's used though.
-  frame_size_in_bytes = align_size_up(sp_offset * wordSize, 8);
+  frame_size_in_bytes = align_up(sp_offset * wordSize, 8);
 }