mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8224158: assertion related to NPE at DynamicCallSiteDesc::withArgs should be reworded
Reviewed-by: jlahoda
This commit is contained in:
parent
838a007103
commit
f04db5fbd7
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ public class DynamicCallSiteDesc {
|
|||
* to the bootstrap, that would appear in the
|
||||
* {@code BootstrapMethods} attribute
|
||||
* @return the nominal descriptor
|
||||
* @throws NullPointerException if any parameter is null
|
||||
* @throws NullPointerException if the argument or its contents are {@code null}
|
||||
*/
|
||||
public DynamicCallSiteDesc withArgs(ConstantDesc... bootstrapArgs) {
|
||||
return new DynamicCallSiteDesc(bootstrapMethod, invocationName, invocationType, bootstrapArgs);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue