Skip to content

Commit f04db5f

Browse files
author
Vicente Romero
committedMay 24, 2021
8224158: assertion related to NPE at DynamicCallSiteDesc::withArgs should be reworded
Reviewed-by: jlahoda
1 parent 838a007 commit f04db5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/java.base/share/classes/java/lang/constant/DynamicCallSiteDesc.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ public static DynamicCallSiteDesc of(DirectMethodHandleDesc bootstrapMethod,
156156
* to the bootstrap, that would appear in the
157157
* {@code BootstrapMethods} attribute
158158
* @return the nominal descriptor
159-
* @throws NullPointerException if any parameter is null
159+
* @throws NullPointerException if the argument or its contents are {@code null}
160160
*/
161161
public DynamicCallSiteDesc withArgs(ConstantDesc... bootstrapArgs) {
162162
return new DynamicCallSiteDesc(bootstrapMethod, invocationName, invocationType, bootstrapArgs);

0 commit comments

Comments
 (0)
Please sign in to comment.