src/hotspot/cpu/sparc/macroAssembler_sparc.hpp
changeset 50380 bec342339138
parent 49816 a3e79f97e86b
child 51633 21154cb84d2a
--- a/src/hotspot/cpu/sparc/macroAssembler_sparc.hpp	Mon Jun 04 11:19:54 2018 +0200
+++ b/src/hotspot/cpu/sparc/macroAssembler_sparc.hpp	Mon Jun 04 10:18:43 2018 -0400
@@ -1303,7 +1303,7 @@
   // Stack overflow checking
 
   // Note: this clobbers G3_scratch
-  inline void bang_stack_with_offset(int offset);
+  void bang_stack_with_offset(int offset);
 
   // Writes to stack successive pages until offset reached to check for
   // stack overflow + shadow pages.  Clobbers tsp and scratch registers.