8284103: AsVarargsCollector::asCollectorCache incorrectly marked @stable
Reviewed-by: jvernee, shade
This commit is contained in:
parent
05ea7a51e1
commit
fc7a17c79b
@ -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…
Reference in New Issue
Block a user