hotspot/src/cpu/zero/vm/cppInterpreter_zero.hpp
changeset 5335 4319cb12ddfe
parent 4897 d5dd3852bf8d
child 5427 08c6b2b940f7
--- a/hotspot/src/cpu/zero/vm/cppInterpreter_zero.hpp	Wed Apr 14 15:30:13 2010 -0700
+++ b/hotspot/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);