comparison src/share/vm/c1/c1_ValueMap.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 4d8787136e08
children 0bfcb7a3e12d
comparison
equal deleted inserted replaced
6241:aba91a731143 6266:1d7922586cf6
176 void do_LogicOp (LogicOp* x) { /* nothing to do */ } 176 void do_LogicOp (LogicOp* x) { /* nothing to do */ }
177 void do_CompareOp (CompareOp* x) { /* nothing to do */ } 177 void do_CompareOp (CompareOp* x) { /* nothing to do */ }
178 void do_IfOp (IfOp* x) { /* nothing to do */ } 178 void do_IfOp (IfOp* x) { /* nothing to do */ }
179 void do_Convert (Convert* x) { /* nothing to do */ } 179 void do_Convert (Convert* x) { /* nothing to do */ }
180 void do_NullCheck (NullCheck* x) { /* nothing to do */ } 180 void do_NullCheck (NullCheck* x) { /* nothing to do */ }
181 void do_TypeCast (TypeCast* x) { /* nothing to do */ }
181 void do_NewInstance (NewInstance* x) { /* nothing to do */ } 182 void do_NewInstance (NewInstance* x) { /* nothing to do */ }
182 void do_NewTypeArray (NewTypeArray* x) { /* nothing to do */ } 183 void do_NewTypeArray (NewTypeArray* x) { /* nothing to do */ }
183 void do_NewObjectArray (NewObjectArray* x) { /* nothing to do */ } 184 void do_NewObjectArray (NewObjectArray* x) { /* nothing to do */ }
184 void do_NewMultiArray (NewMultiArray* x) { /* nothing to do */ } 185 void do_NewMultiArray (NewMultiArray* x) { /* nothing to do */ }
185 void do_CheckCast (CheckCast* x) { /* nothing to do */ } 186 void do_CheckCast (CheckCast* x) { /* nothing to do */ }