mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8284103: AsVarargsCollector::asCollectorCache incorrectly marked @stable
Reviewed-by: jvernee, shade
This commit is contained in:
parent
05ea7a51e1
commit
fc7a17c79b
1 changed files with 1 additions and 1 deletions
|
@ -451,7 +451,7 @@ abstract class MethodHandleImpl {
|
|||
static final class AsVarargsCollector extends DelegatingMethodHandle {
|
||||
private final MethodHandle target;
|
||||
private final Class<?> arrayType;
|
||||
private @Stable MethodHandle asCollectorCache;
|
||||
private MethodHandle asCollectorCache;
|
||||
|
||||
AsVarargsCollector(MethodHandle target, Class<?> arrayType) {
|
||||
this(target.type(), target, arrayType);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue