mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-03 23:18:28 +00:00
8198375: Passing 'null' value to lookup param of ConstantBootstraps.invoke does not throw NullPointerException
Reviewed-by: mchung
This commit is contained in:
parent
703621f15f
commit
4ce3f37ba2
@ -209,8 +209,7 @@ public final class ConstantBootstraps {
|
||||
* Returns the result of invoking a method handle with the provided
|
||||
* arguments.
|
||||
*
|
||||
* @param lookup the lookup context describing the class performing the
|
||||
* operation (normally stacked by the JVM)
|
||||
* @param lookup unused
|
||||
* @param name unused
|
||||
* @param type the type of the value to be returned, which must be
|
||||
* compatible with the return type of the method handle
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user