src/cpu/zero/vm/cppInterpreter_zero.hpp

changeset 1814
f9271ff9d324
parent 1691
c09ee209b65c
child 1869
22af4ce8dba1
     1.1 --- a/src/cpu/zero/vm/cppInterpreter_zero.hpp	Wed Apr 14 15:30:13 2010 -0700
     1.2 +++ b/src/cpu/zero/vm/cppInterpreter_zero.hpp	Thu Apr 15 02:40:12 2010 -0700
     1.3 @@ -39,9 +39,5 @@
     1.4    static void main_loop(int recurse, TRAPS);
     1.5  
     1.6   private:
     1.7 -  // Stack overflow checks
     1.8 -  static bool stack_overflow_imminent(JavaThread *thread);
     1.9 -
    1.10 - private:
    1.11    // Fast result type determination
    1.12    static BasicType result_type_of(methodOop method);

mercurial