comparison src/share/vm/opto/doCall.cpp @ 1135:e66fd840cb6b

6893081: method handle & invokedynamic code needs additional cleanup (post 6815692, 6858164) Summary: During the work for 6829187 we have fixed a number of basic bugs which are logically grouped with 6815692 and 6858164 but which must be reviewed and pushed separately. Reviewed-by: kvn, never
author twisti
date Mon, 04 Jan 2010 18:38:08 +0100
parents 7c57aead6d3e
children 97125851f396
comparison
equal deleted inserted replaced
1134:0910903272e5 1135:e66fd840cb6b
306 Deoptimization::Action_reinterpret, 306 Deoptimization::Action_reinterpret,
307 holder_klass); 307 holder_klass);
308 return true; 308 return true;
309 } 309 }
310 if (dest_method->is_method_handle_invoke() 310 if (dest_method->is_method_handle_invoke()
311 && holder_klass->name() == ciSymbol::java_dyn_Dynamic()) { 311 && holder_klass->name() == ciSymbol::java_dyn_InvokeDynamic()) {
312 // FIXME: NYI 312 // FIXME: NYI
313 uncommon_trap(Deoptimization::Reason_unhandled, 313 uncommon_trap(Deoptimization::Reason_unhandled,
314 Deoptimization::Action_none, 314 Deoptimization::Action_none,
315 holder_klass); 315 holder_klass);
316 return true; 316 return true;