diff src/cpu/zero/vm/cppInterpreter_zero.hpp @ 1379:f9271ff9d324

6941224: Improved stack overflow handling for Zero Summary: Adding stack overflow checking to Shark brought to light a bunch of deficiencies in Zero's stack overflow code. Reviewed-by: twisti Contributed-by: Gary Benson <gbenson@redhat.com>
author twisti
date Thu, 15 Apr 2010 02:40:12 -0700
parents c09ee209b65c
children 22af4ce8dba1
line wrap: on
line diff
--- a/src/cpu/zero/vm/cppInterpreter_zero.hpp	Wed Apr 14 15:30:13 2010 -0700
+++ b/src/cpu/zero/vm/cppInterpreter_zero.hpp	Thu Apr 15 02:40:12 2010 -0700
@@ -39,9 +39,5 @@
   static void main_loop(int recurse, TRAPS);
 
  private:
-  // Stack overflow checks
-  static bool stack_overflow_imminent(JavaThread *thread);
-
- private:
   // Fast result type determination
   static BasicType result_type_of(methodOop method);