mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8154475: Clean up lookup visibility
Reviewed-by: vlivanov, mhaupt, ahgross
This commit is contained in:
parent
b8549d7f13
commit
a4ff82596a
4 changed files with 7 additions and 11 deletions
|
@ -951,8 +951,6 @@ assertEquals("", (String) MH_newString.invokeExact());
|
|||
return invoker(type);
|
||||
if ("invokeExact".equals(name))
|
||||
return exactInvoker(type);
|
||||
if ("invokeBasic".equals(name))
|
||||
return basicInvoker(type);
|
||||
assert(!MemberName.isMethodHandleInvokeName(name));
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue