comparison src/share/vm/c1/c1_FrameMap.hpp @ 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 1d1603768966
children 8a02ca5e5576
comparison
equal deleted inserted replaced
6241:aba91a731143 6266:1d7922586cf6
179 179
180 static BasicTypeArray* signature_type_array_for(const ciMethod* method); 180 static BasicTypeArray* signature_type_array_for(const ciMethod* method);
181 181
182 // for outgoing calls, these also update the reserved area to 182 // for outgoing calls, these also update the reserved area to
183 // include space for arguments and any ABI area. 183 // include space for arguments and any ABI area.
184 CallingConvention* c_calling_convention (const BasicTypeArray* signature); 184 CallingConvention* c_calling_convention(const BasicTypeArray* signature);
185 CallingConvention* java_calling_convention (const BasicTypeArray* signature, bool outgoing); 185 CallingConvention* java_calling_convention(const BasicTypeArray* signature, bool outgoing);
186 186
187 // deopt support 187 // deopt support
188 ByteSize sp_offset_for_orig_pc() { return sp_offset_for_monitor_base(_num_monitors); } 188 ByteSize sp_offset_for_orig_pc() { return sp_offset_for_monitor_base(_num_monitors); }
189 189
190 static LIR_Opr as_opr(Register r) { 190 static LIR_Opr as_opr(Register r) {