JDK 8 RFR: some more docs build warnings (original) (raw)

Joe Darcy joe.darcy at oracle.com
Tue Feb 26 23:38:05 UTC 2013


Hello,

Please review the patch before the fix some docs build warnings. I'll file a bug once the review is complete, etc.

Thanks,

-Joe

diff -r ecd33c6ab12f src/share/classes/java/lang/invoke/LambdaMetafactory.java --- a/src/share/classes/java/lang/invoke/LambdaMetafactory.java Tue Feb 26 22:39:50 2013 +0000 +++ b/src/share/classes/java/lang/invoke/LambdaMetafactory.java Tue Feb 26 15:36:27 2013 -0800 @@ -1,5 +1,5 @@ /*

invoked method as it appears at the call site. * Currently unused.

the invoked method, which includes the

the invoked method, which includes thefu * expected static type of the returned lambda object, and the static types of the captured * arguments for the lambda. In the event that the implementation method is an instance method, * the first argument in the invocation signature will correspond to the receiver.

to which the lambda or method reference is

called (with suitable adaptation of argument

captured arguments) when methods of the resulting

functional interface method after type variables

instantiation from the capture site

translation of this lambda expression. Defined

this is a count of the number of additional

consists of Class objects identifying additional

object should implement, whose count equals

count, and marker interfaces as described above * @return a CallSite, which, when invoked, will return an instance of the functional interface * @throws ReflectiveOperationException * @throws LambdaConversionException If any of the meta-factory protocol invariants are violated diff -r ecd33c6ab12f src/share/classes/java/util/function/BinaryOperator.java --- a/src/share/classes/java/util/function/BinaryOperator.java Tue Feb 26 22:39:50 2013 +0000 +++ b/src/share/classes/java/util/function/BinaryOperator.java Tue Feb 26 15:36:27 2013 -0800 @@ -30,7 +30,7 @@ *



More information about the core-libs-dev mailing list