src/cpu/x86/vm/stubGenerator_x86_64.cpp

changeset 3969
1d7922586cf6
parent 3787
6759698e3140
child 4037
da91efe96a93
     1.1 --- a/src/cpu/x86/vm/stubGenerator_x86_64.cpp	Mon Jul 23 13:04:59 2012 -0700
     1.2 +++ b/src/cpu/x86/vm/stubGenerator_x86_64.cpp	Tue Jul 24 10:51:00 2012 -0700
     1.3 @@ -3102,14 +3102,6 @@
     1.4  
     1.5      StubRoutines::x86::_verify_mxcsr_entry    = generate_verify_mxcsr();
     1.6  
     1.7 -    // Build this early so it's available for the interpreter.  Stub
     1.8 -    // expects the required and actual types as register arguments in
     1.9 -    // j_rarg0 and j_rarg1 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 -                               rax, rcx);
    1.14 -
    1.15      // Build this early so it's available for the interpreter.
    1.16      StubRoutines::_throw_StackOverflowError_entry =
    1.17        generate_throw_exception("StackOverflowError throw_exception",

mercurial