comparison src/share/vm/runtime/stubRoutines.cpp @ 6266:1d7922586cf6

7023639: JSR 292 method handle invocation needs a fast path for compiled code 6984705: JSR 292 method handle creation should not go through JNI Summary: remove assembly code for JDK 7 chained method handles Reviewed-by: jrose, twisti, kvn, mhaupt Contributed-by: John Rose <john.r.rose@oracle.com>, Christian Thalinger <christian.thalinger@oracle.com>, Michael Haupt <michael.haupt@oracle.com>
author twisti
date Tue, 24 Jul 2012 10:51:00 -0700
parents c565834fb592
children b9a9ed0f8eeb 8e47bac5643a
comparison
equal deleted inserted replaced
6241:aba91a731143 6266:1d7922586cf6
51 address StubRoutines::_forward_exception_entry = NULL; 51 address StubRoutines::_forward_exception_entry = NULL;
52 address StubRoutines::_throw_AbstractMethodError_entry = NULL; 52 address StubRoutines::_throw_AbstractMethodError_entry = NULL;
53 address StubRoutines::_throw_IncompatibleClassChangeError_entry = NULL; 53 address StubRoutines::_throw_IncompatibleClassChangeError_entry = NULL;
54 address StubRoutines::_throw_NullPointerException_at_call_entry = NULL; 54 address StubRoutines::_throw_NullPointerException_at_call_entry = NULL;
55 address StubRoutines::_throw_StackOverflowError_entry = NULL; 55 address StubRoutines::_throw_StackOverflowError_entry = NULL;
56 address StubRoutines::_throw_WrongMethodTypeException_entry = NULL;
57 address StubRoutines::_handler_for_unsafe_access_entry = NULL; 56 address StubRoutines::_handler_for_unsafe_access_entry = NULL;
58 jint StubRoutines::_verify_oop_count = 0; 57 jint StubRoutines::_verify_oop_count = 0;
59 address StubRoutines::_verify_oop_subroutine_entry = NULL; 58 address StubRoutines::_verify_oop_subroutine_entry = NULL;
60 address StubRoutines::_atomic_xchg_entry = NULL; 59 address StubRoutines::_atomic_xchg_entry = NULL;
61 address StubRoutines::_atomic_xchg_ptr_entry = NULL; 60 address StubRoutines::_atomic_xchg_ptr_entry = NULL;