src/cpu/zero/vm/stack_zero.hpp

Print this page
@  rev 7209 : Zero+PPC64: Stack overflow when running Maven
|

@@ -97,11 +97,11 @@
   }
 
   int shadow_pages_size() const {
     return _shadow_pages_size;
   }
-  int abi_stack_available(Thread *thread) const;
+  ssize_t abi_stack_available(Thread *thread) const;
 
  public:
   void overflow_check(int required_words, TRAPS);
   static void handle_overflow(TRAPS);