Re: RFR Passing 'null' value to lookup param of ConstantBootstraps.invoke does not throw NullPointerException

2018-02-20 Thread mandy chung
On 2/20/18 2:47 PM, Paul Sandoz wrote: Hi, Correction to the specification of ConstantBootstraps.invoke [1], the lookup parameter is not used: diff -r b75c9e2e3b1f src/java.base/share/classes/java/lang/invoke/ConstantBootstraps.java ---

RFR Passing 'null' value to lookup param of ConstantBootstraps.invoke does not throw NullPointerException

2018-02-20 Thread Paul Sandoz
Hi, Correction to the specification of ConstantBootstraps.invoke [1], the lookup parameter is not used: diff -r b75c9e2e3b1f src/java.base/share/classes/java/lang/invoke/ConstantBootstraps.java --- a/src/java.base/share/classes/java/lang/invoke/ConstantBootstraps.java Tue Feb 20 21:47:54