8284103: AsVarargsCollector::asCollectorCache incorrectly marked @stable

Reviewed-by: jvernee, shade
This commit is contained in:
Dan Heidinga 2022-04-01 12:50:21 +00:00 committed by Jorn Vernee
parent 05ea7a51e1
commit fc7a17c79b

View File

@ -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);