mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +02:00
6981791: remove experimental code for JSR 292
Reviewed-by: twisti
This commit is contained in:
parent
ed30132e8b
commit
16784a72e8
31 changed files with 54 additions and 484 deletions
|
@ -959,12 +959,6 @@ MethodHandleCompiler::make_invoke(methodOop m, vmIntrinsics::ID iid,
|
|||
if (m == NULL) {
|
||||
// Get the intrinsic methodOop.
|
||||
m = vmIntrinsics::method_for(iid);
|
||||
if (m == NULL && iid == vmIntrinsics::_checkSpreadArgument && AllowTransitionalJSR292) {
|
||||
m = vmIntrinsics::method_for(vmIntrinsics::_checkSpreadArgument_TRANS);
|
||||
if (m == NULL)
|
||||
// sun.dyn.MethodHandleImpl not found, look for java.dyn.MethodHandleNatives:
|
||||
m = vmIntrinsics::method_for(vmIntrinsics::_checkSpreadArgument_TRANS2);
|
||||
}
|
||||
if (m == NULL) {
|
||||
ArgToken zero;
|
||||
lose(vmIntrinsics::name_at(iid), CHECK_(zero));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue