mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8331879: Clean up non-standard use of /// comments in java.base
Reviewed-by: naoto, iris, darcy
This commit is contained in:
parent
2cae9a0397
commit
10eb1cb639
25 changed files with 117 additions and 117 deletions
|
@ -93,7 +93,7 @@ public class MethodHandles {
|
|||
|
||||
// See IMPL_LOOKUP below.
|
||||
|
||||
//// Method handle creation from ordinary methods.
|
||||
//--- Method handle creation from ordinary methods.
|
||||
|
||||
/**
|
||||
* Returns a {@link Lookup lookup object} with
|
||||
|
@ -3745,7 +3745,7 @@ return mh1;
|
|||
return new InfoFromMemberName(this, member, refKind);
|
||||
}
|
||||
|
||||
/// Helper methods, all package-private.
|
||||
//--- Helper methods, all package-private.
|
||||
|
||||
MemberName resolveOrFail(byte refKind, Class<?> refc, String name, Class<?> type) throws NoSuchFieldException, IllegalAccessException {
|
||||
checkSymbolicClass(refc); // do this before attempting to resolve
|
||||
|
@ -4639,7 +4639,7 @@ return mh1;
|
|||
}
|
||||
|
||||
|
||||
/// method handle invocation (reflective style)
|
||||
//--- method handle invocation (reflective style)
|
||||
|
||||
/**
|
||||
* Produces a method handle which will invoke any method handle of the
|
||||
|
@ -4822,7 +4822,7 @@ return invoker;
|
|||
return type.invokers().basicInvoker();
|
||||
}
|
||||
|
||||
/// method handle modification (creation from other method handles)
|
||||
//--- method handle modification (creation from other method handles)
|
||||
|
||||
/**
|
||||
* Produces a method handle which adapts the type of the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue