7111138: delete the obsolete flag -XX:+UseRicochetFrames

Reviewed-by: dholmes, bdelsart, kvn, twisti
This commit is contained in:
John R Rose 2012-01-19 13:00:11 -08:00
parent b11b6e4dda
commit e323998c19
7 changed files with 6 additions and 144 deletions

View file

@ -1045,7 +1045,7 @@ int MethodHandles::adapter_conversion_ops_supported_mask() {
|(1<<java_lang_invoke_AdapterMethodHandle::OP_DROP_ARGS)
// OP_COLLECT_ARGS is below...
|(1<<java_lang_invoke_AdapterMethodHandle::OP_SPREAD_ARGS)
|(!UseRicochetFrames ? 0 :
|(
java_lang_invoke_MethodTypeForm::vmlayout_offset_in_bytes() <= 0 ? 0 :
((1<<java_lang_invoke_AdapterMethodHandle::OP_PRIM_TO_REF)
|(1<<java_lang_invoke_AdapterMethodHandle::OP_COLLECT_ARGS)