8154475: Clean up lookup visibility

Reviewed-by: vlivanov, mhaupt, ahgross
This commit is contained in:
John R Rose 2016-04-23 05:04:27 -07:00
parent b8549d7f13
commit a4ff82596a
4 changed files with 7 additions and 11 deletions

View file

@ -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;
}