src/cpu/sparc/vm/stubGenerator_sparc.cpp

changeset 3969
1d7922586cf6
parent 3400
22cee0ee8927
child 4037
da91efe96a93
     1.1 --- a/src/cpu/sparc/vm/stubGenerator_sparc.cpp	Mon Jul 23 13:04:59 2012 -0700
     1.2 +++ b/src/cpu/sparc/vm/stubGenerator_sparc.cpp	Tue Jul 24 10:51:00 2012 -0700
     1.3 @@ -3404,14 +3404,6 @@
     1.4      StubRoutines::_atomic_add_ptr_entry      = StubRoutines::_atomic_add_entry;
     1.5  #endif  // COMPILER2 !=> _LP64
     1.6  
     1.7 -    // Build this early so it's available for the interpreter.  The
     1.8 -    // stub expects the required and actual type to already be in O1
     1.9 -    // and O2 respectively.
    1.10 -    StubRoutines::_throw_WrongMethodTypeException_entry =
    1.11 -      generate_throw_exception("WrongMethodTypeException throw_exception",
    1.12 -                               CAST_FROM_FN_PTR(address, SharedRuntime::throw_WrongMethodTypeException),
    1.13 -                               G5_method_type, G3_method_handle);
    1.14 -
    1.15      // Build this early so it's available for the interpreter.
    1.16      StubRoutines::_throw_StackOverflowError_entry          = generate_throw_exception("StackOverflowError throw_exception",           CAST_FROM_FN_PTR(address, SharedRuntime::throw_StackOverflowError));
    1.17    }

mercurial