mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8293713: java/net/httpclient/BufferingSubscriberTest.java fails in timeout, blocked in submission publisher
Co-authored-by: Jaikiran Pai <jpai@openjdk.org> Reviewed-by: alanb
This commit is contained in:
parent
9bfa082970
commit
5224e979a1
1 changed files with 1 additions and 1 deletions
|
@ -1059,7 +1059,7 @@ public class SubmissionPublisher<T> implements Publisher<T>,
|
|||
final Subscriber<? super T> subscriber;
|
||||
final BiConsumer<? super Subscriber<? super T>, ? super Throwable> onNextHandler;
|
||||
Executor executor; // null on error
|
||||
Thread waiter; // blocked producer thread
|
||||
volatile Thread waiter; // blocked producer thread
|
||||
Throwable pendingError; // holds until onError issued
|
||||
BufferedSubscription<T> next; // used only by publisher
|
||||
BufferedSubscription<T> nextRetry; // used only by publisher
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue