dfuchs [Wed, 08 Nov 2017 17:14:43 +0000] rev 55789
http-client-impl: use Reference.reachabilityFence to make clear the websokect BuilderImpl must stay strongly referenced until after the WebSocketImpl is created.
chegar [Wed, 08 Nov 2017 16:39:47 +0000] rev 55788
http-client-branch: additional Header test scenarios
dfuchs [Wed, 08 Nov 2017 16:24:56 +0000] rev 55787
http-client-branch: fix test policy file
prappo [Wed, 08 Nov 2017 18:45:14 +0300] rev 55786
http-client-branch: merge
prappo [Wed, 08 Nov 2017 18:22:38 +0300] rev 55785
http-client-branch: removed unused ResponseSubscribers.MultiFile
chegar [Wed, 08 Nov 2017 15:28:37 +0000] rev 55784
http-client-branch: remove dead code
chegar [Wed, 08 Nov 2017 14:20:49 +0000] rev 55783
http-client-branch: Merge
chegar [Wed, 08 Nov 2017 12:44:07 +0000] rev 55782
http-client-branch: merge with default
dfuchs [Wed, 08 Nov 2017 14:04:58 +0000] rev 55781
http-client-branch: fixed activation of debug traces
prappo [Wed, 08 Nov 2017 14:08:52 +0300] rev 55780
http-client-branch: BodySubscriber (previously known as BodyProcessor) naming consistency fixes
shade [Wed, 08 Nov 2017 11:48:15 +0100] rev 55779
Revert the part of G1 slowpath fix
shade [Wed, 08 Nov 2017 11:05:20 +0100] rev 55778
Fix newlines and whitespace to minimize difference against upstream
chegar [Wed, 08 Nov 2017 09:34:56 +0000] rev 55777
http-client-branch: Publisher/Subscriber/Subscription conformance fixes
dfuchs [Tue, 07 Nov 2017 19:46:59 +0000] rev 55776
http-client-branch: ensure ResponseSubscribers.HttpResponseInputStreamTest::read will throw an exception when onError is called
dfuchs [Tue, 07 Nov 2017 15:36:25 +0000] rev 55775
http-client-branch: split HpackDriver.java
dfuchs [Tue, 07 Nov 2017 15:22:03 +0000] rev 55774
http-client-branch: split WSDriver.java
prappo [Tue, 07 Nov 2017 16:48:32 +0300] rev 55773
http-client-branch: Removed unused *PushPublisher types
lancea [Mon, 06 Nov 2017 16:16:22 -0500] rev 55772
JDK-8188051-branch: Initital code
lancea [Mon, 06 Nov 2017 16:03:50 -0500] rev 55771
Initial changes for JDK-8188051-branch
prappo [Mon, 06 Nov 2017 21:37:28 +0300] rev 55770
http-client-branch: merge
prappo [Mon, 06 Nov 2017 21:31:00 +0300] rev 55769
http-client-branch: fixing sloppy merge in HPACK
dfuchs [Mon, 06 Nov 2017 18:17:09 +0000] rev 55768
http-client-branch: SSLTube should call onSubscribe in the flow
shade [Mon, 06 Nov 2017 18:53:38 +0100] rev 55767
Initial import of Epsilon sources from jdk10/sandbox
chegar [Mon, 06 Nov 2017 13:06:34 +0000] rev 55766
http-client-branch: Make ResponeBodyTest is more tolerant of file size
chegar [Mon, 06 Nov 2017 12:24:15 +0000] rev 55765
http-client-branch: add HTTP/1.1 header parser test for 8188002
chegar [Sun, 05 Nov 2017 21:19:55 +0000] rev 55764
http-client-branch: WebSocket permission checks, test updates, and more
chegar [Sun, 05 Nov 2017 17:32:13 +0000] rev 55763
http-client-branch: intial load from jdk10/sandbox
chegar [Sun, 05 Nov 2017 17:05:57 +0000] rev 55762
http-client-branch: initial branch creation
jjg [Mon, 22 Jul 2019 16:10:25 -0700] rev 55761
8222791: Order of evaluation of -link params in Javadoc tool reversed -> regression with split packages
Reviewed-by: hannesw
zgu [Sat, 13 Jul 2019 12:15:17 -0400] rev 55760
8227866: Shenandoah: Split weak root processing and class unloading in parallel cleaning task
Reviewed-by: rkennke
amenkov [Mon, 22 Jul 2019 10:26:21 -0700] rev 55759
8227693: HTML error in jdwp-protocol.html
Reviewed-by: dcubed, sspitsyn
rschmelter [Mon, 22 Jul 2019 14:40:00 +0200] rev 55758
8227868: jinfo and jstack can fail converting UTF8 output to strings
Reviewed-by: sgehwolf, dholmes, cjplummer