Tue, 14 Nov 2017 15:14:51 +0000 http-client-branch: CookieManager -> CookieHandler http-client-branch
chegar [Tue, 14 Nov 2017 15:14:51 +0000] rev 55812
http-client-branch: CookieManager -> CookieHandler
Tue, 14 Nov 2017 14:58:39 +0000 http-client-branch: fix test post trailers removal http-client-branch
chegar [Tue, 14 Nov 2017 14:58:39 +0000] rev 55811
http-client-branch: fix test post trailers removal
Tue, 14 Nov 2017 14:35:08 +0000 http-client-branch: remove unimplemented response trailers http-client-branch
chegar [Tue, 14 Nov 2017 14:35:08 +0000] rev 55810
http-client-branch: remove unimplemented response trailers
Tue, 14 Nov 2017 13:27:32 +0000 http-client-branch: minor spec edits in HttpClient.Builder http-client-branch
chegar [Tue, 14 Nov 2017 13:27:32 +0000] rev 55809
http-client-branch: minor spec edits in HttpClient.Builder
Mon, 13 Nov 2017 16:01:47 +0000 Merge http-client-branch
dfuchs [Mon, 13 Nov 2017 16:01:47 +0000] rev 55808
Merge
Mon, 13 Nov 2017 15:48:39 +0000 http-client-branch: fix SmokeTest to use the correct client http-client-branch
chegar [Mon, 13 Nov 2017 15:48:39 +0000] rev 55807
http-client-branch: fix SmokeTest to use the correct client
Mon, 13 Nov 2017 14:56:09 +0000 http-client-impl: drop usage of ByteBufferReference temporarily. Using it properly requires changing FlowTube to work with List<BBR> or BBR[] instead of List<BB>. May be added back later if there is a performance gain. http-client-branch
dfuchs [Mon, 13 Nov 2017 14:56:09 +0000] rev 55806
http-client-impl: drop usage of ByteBufferReference temporarily. Using it properly requires changing FlowTube to work with List<BBR> or BBR[] instead of List<BB>. May be added back later if there is a performance gain.
Mon, 13 Nov 2017 16:13:11 +0300 http-client-branch: common URLPermission paths http-client-branch
prappo [Mon, 13 Nov 2017 16:13:11 +0300] rev 55805
http-client-branch: common URLPermission paths
Mon, 13 Nov 2017 14:43:09 +0300 http-client-branch: fix for failing ConnectionPoolTestDriver http-client-branch
prappo [Mon, 13 Nov 2017 14:43:09 +0300] rev 55804
http-client-branch: fix for failing ConnectionPoolTestDriver
Mon, 13 Nov 2017 11:05:52 +0300 http-client-branch: (cleanup) http-client-branch
prappo [Mon, 13 Nov 2017 11:05:52 +0300] rev 55803
http-client-branch: (cleanup)
Fri, 10 Nov 2017 19:10:54 +0100 Simplify Epsilon barrier set after BS cleanup epsilon-gc-branch
shade [Fri, 10 Nov 2017 19:10:54 +0100] rev 55802
Simplify Epsilon barrier set after BS cleanup
Fri, 10 Nov 2017 18:57:51 +0100 Merge epsilon-gc-branch
shade [Fri, 10 Nov 2017 18:57:51 +0100] rev 55801
Merge
Fri, 10 Nov 2017 18:22:50 +0300 http-client-branch: (cleanup) http-client-branch
prappo [Fri, 10 Nov 2017 18:22:50 +0300] rev 55800
http-client-branch: (cleanup)
Fri, 10 Nov 2017 16:24:07 +0300 http-client-branch: (cleanup) http-client-branch
prappo [Fri, 10 Nov 2017 16:24:07 +0300] rev 55799
http-client-branch: (cleanup)
Fri, 10 Nov 2017 12:36:44 +0000 http-client-branch: make SSLTube connect to SocketTube using FlowTube::connectFlows http-client-branch
dfuchs [Fri, 10 Nov 2017 12:36:44 +0000] rev 55798
http-client-branch: make SSLTube connect to SocketTube using FlowTube::connectFlows
Thu, 09 Nov 2017 17:59:23 +0000 http-client-branch: added test for JDK-8164941 http-client-branch
michaelm [Thu, 09 Nov 2017 17:59:23 +0000] rev 55797
http-client-branch: added test for JDK-8164941
Thu, 09 Nov 2017 20:04:33 +0300 http-client-branch: (cleanup) http-client-branch
prappo [Thu, 09 Nov 2017 20:04:33 +0300] rev 55796
http-client-branch: (cleanup)
Thu, 09 Nov 2017 14:28:00 +0000 http-client-branch: removed AsyncConnection interface and associated methods in subclasses http-client-branch
dfuchs [Thu, 09 Nov 2017 14:28:00 +0000] rev 55795
http-client-branch: removed AsyncConnection interface and associated methods in subclasses
Thu, 09 Nov 2017 14:24:43 +0000 http-client-branch: remove test that tests removed class http-client-branch
dfuchs [Thu, 09 Nov 2017 14:24:43 +0000] rev 55794
http-client-branch: remove test that tests removed class
Thu, 09 Nov 2017 15:44:56 +0300 http-client-branch: fixed failing Http1HeaderParserTestDriver.java http-client-branch
prappo [Thu, 09 Nov 2017 15:44:56 +0300] rev 55793
http-client-branch: fixed failing Http1HeaderParserTestDriver.java
Thu, 09 Nov 2017 15:24:39 +0300 http-client-branch: (cleanup) unused imports, unused methods, removed 1 class; typos; http-client-branch
prappo [Thu, 09 Nov 2017 15:24:39 +0300] rev 55792
http-client-branch: (cleanup) unused imports, unused methods, removed 1 class; typos;
Wed, 08 Nov 2017 22:51:18 +0000 http-client-branch: more test scenarios for RequestBuilderTest http-client-branch
chegar [Wed, 08 Nov 2017 22:51:18 +0000] rev 55791
http-client-branch: more test scenarios for RequestBuilderTest
Wed, 08 Nov 2017 18:11:00 +0000 http-client-branch: HPACK.Logger uses DebugLogger http-client-branch
dfuchs [Wed, 08 Nov 2017 18:11:00 +0000] rev 55790
http-client-branch: HPACK.Logger uses DebugLogger
Wed, 08 Nov 2017 17:14:43 +0000 http-client-impl: use Reference.reachabilityFence to make clear the websokect BuilderImpl must stay strongly referenced until after the WebSocketImpl is created. http-client-branch
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.
Wed, 08 Nov 2017 16:39:47 +0000 http-client-branch: additional Header test scenarios http-client-branch
chegar [Wed, 08 Nov 2017 16:39:47 +0000] rev 55788
http-client-branch: additional Header test scenarios
Wed, 08 Nov 2017 16:24:56 +0000 http-client-branch: fix test policy file http-client-branch
dfuchs [Wed, 08 Nov 2017 16:24:56 +0000] rev 55787
http-client-branch: fix test policy file
Wed, 08 Nov 2017 18:45:14 +0300 http-client-branch: merge http-client-branch
prappo [Wed, 08 Nov 2017 18:45:14 +0300] rev 55786
http-client-branch: merge
Wed, 08 Nov 2017 18:22:38 +0300 http-client-branch: removed unused ResponseSubscribers.MultiFile http-client-branch
prappo [Wed, 08 Nov 2017 18:22:38 +0300] rev 55785
http-client-branch: removed unused ResponseSubscribers.MultiFile
Wed, 08 Nov 2017 15:28:37 +0000 http-client-branch: remove dead code http-client-branch
chegar [Wed, 08 Nov 2017 15:28:37 +0000] rev 55784
http-client-branch: remove dead code
Wed, 08 Nov 2017 14:20:49 +0000 http-client-branch: Merge http-client-branch
chegar [Wed, 08 Nov 2017 14:20:49 +0000] rev 55783
http-client-branch: Merge
Wed, 08 Nov 2017 12:44:07 +0000 http-client-branch: merge with default http-client-branch
chegar [Wed, 08 Nov 2017 12:44:07 +0000] rev 55782
http-client-branch: merge with default
Wed, 08 Nov 2017 14:04:58 +0000 http-client-branch: fixed activation of debug traces http-client-branch
dfuchs [Wed, 08 Nov 2017 14:04:58 +0000] rev 55781
http-client-branch: fixed activation of debug traces
Wed, 08 Nov 2017 14:08:52 +0300 http-client-branch: BodySubscriber (previously known as BodyProcessor) naming consistency fixes http-client-branch
prappo [Wed, 08 Nov 2017 14:08:52 +0300] rev 55780
http-client-branch: BodySubscriber (previously known as BodyProcessor) naming consistency fixes
Wed, 08 Nov 2017 11:48:15 +0100 Revert the part of G1 slowpath fix epsilon-gc-branch
shade [Wed, 08 Nov 2017 11:48:15 +0100] rev 55779
Revert the part of G1 slowpath fix
Wed, 08 Nov 2017 11:05:20 +0100 Fix newlines and whitespace to minimize difference against upstream epsilon-gc-branch
shade [Wed, 08 Nov 2017 11:05:20 +0100] rev 55778
Fix newlines and whitespace to minimize difference against upstream
Wed, 08 Nov 2017 09:34:56 +0000 http-client-branch: Publisher/Subscriber/Subscription conformance fixes http-client-branch
chegar [Wed, 08 Nov 2017 09:34:56 +0000] rev 55777
http-client-branch: Publisher/Subscriber/Subscription conformance fixes
Tue, 07 Nov 2017 19:46:59 +0000 http-client-branch: ensure ResponseSubscribers.HttpResponseInputStreamTest::read will throw an exception when onError is called http-client-branch
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
Tue, 07 Nov 2017 15:36:25 +0000 http-client-branch: split HpackDriver.java http-client-branch
dfuchs [Tue, 07 Nov 2017 15:36:25 +0000] rev 55775
http-client-branch: split HpackDriver.java
Tue, 07 Nov 2017 15:22:03 +0000 http-client-branch: split WSDriver.java http-client-branch
dfuchs [Tue, 07 Nov 2017 15:22:03 +0000] rev 55774
http-client-branch: split WSDriver.java
Tue, 07 Nov 2017 16:48:32 +0300 http-client-branch: Removed unused *PushPublisher types http-client-branch
prappo [Tue, 07 Nov 2017 16:48:32 +0300] rev 55773
http-client-branch: Removed unused *PushPublisher types
Mon, 06 Nov 2017 16:16:22 -0500 JDK-8188051-branch: Initital code JDK-8188051-branch
lancea [Mon, 06 Nov 2017 16:16:22 -0500] rev 55772
JDK-8188051-branch: Initital code
Mon, 06 Nov 2017 16:03:50 -0500 Initial changes for JDK-8188051-branch JDK-8188051-branch
lancea [Mon, 06 Nov 2017 16:03:50 -0500] rev 55771
Initial changes for JDK-8188051-branch
Mon, 06 Nov 2017 21:37:28 +0300 http-client-branch: merge http-client-branch
prappo [Mon, 06 Nov 2017 21:37:28 +0300] rev 55770
http-client-branch: merge
Mon, 06 Nov 2017 21:31:00 +0300 http-client-branch: fixing sloppy merge in HPACK http-client-branch
prappo [Mon, 06 Nov 2017 21:31:00 +0300] rev 55769
http-client-branch: fixing sloppy merge in HPACK
Mon, 06 Nov 2017 18:17:09 +0000 http-client-branch: SSLTube should call onSubscribe in the flow http-client-branch
dfuchs [Mon, 06 Nov 2017 18:17:09 +0000] rev 55768
http-client-branch: SSLTube should call onSubscribe in the flow
Mon, 06 Nov 2017 18:53:38 +0100 Initial import of Epsilon sources from jdk10/sandbox epsilon-gc-branch
shade [Mon, 06 Nov 2017 18:53:38 +0100] rev 55767
Initial import of Epsilon sources from jdk10/sandbox
Mon, 06 Nov 2017 13:06:34 +0000 http-client-branch: Make ResponeBodyTest is more tolerant of file size http-client-branch
chegar [Mon, 06 Nov 2017 13:06:34 +0000] rev 55766
http-client-branch: Make ResponeBodyTest is more tolerant of file size
Mon, 06 Nov 2017 12:24:15 +0000 http-client-branch: add HTTP/1.1 header parser test for 8188002 http-client-branch
chegar [Mon, 06 Nov 2017 12:24:15 +0000] rev 55765
http-client-branch: add HTTP/1.1 header parser test for 8188002
Sun, 05 Nov 2017 21:19:55 +0000 http-client-branch: WebSocket permission checks, test updates, and more http-client-branch
chegar [Sun, 05 Nov 2017 21:19:55 +0000] rev 55764
http-client-branch: WebSocket permission checks, test updates, and more
Sun, 05 Nov 2017 17:32:13 +0000 http-client-branch: intial load from jdk10/sandbox http-client-branch
chegar [Sun, 05 Nov 2017 17:32:13 +0000] rev 55763
http-client-branch: intial load from jdk10/sandbox
Sun, 05 Nov 2017 17:05:57 +0000 http-client-branch: initial branch creation http-client-branch
chegar [Sun, 05 Nov 2017 17:05:57 +0000] rev 55762
http-client-branch: initial branch creation
Mon, 22 Jul 2019 16:10:25 -0700 8222791: Order of evaluation of -link params in Javadoc tool reversed -> regression with split packages
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
Sat, 13 Jul 2019 12:15:17 -0400 8227866: Shenandoah: Split weak root processing and class unloading in parallel cleaning task
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
Mon, 22 Jul 2019 10:26:21 -0700 8227693: HTML error in jdwp-protocol.html
amenkov [Mon, 22 Jul 2019 10:26:21 -0700] rev 55759
8227693: HTML error in jdwp-protocol.html Reviewed-by: dcubed, sspitsyn
Mon, 22 Jul 2019 14:40:00 +0200 8227868: jinfo and jstack can fail converting UTF8 output to strings
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
Mon, 22 Jul 2019 10:48:14 +0200 8228434: jdk/net/Sockets/Test.java fails after JDK-8227642
sgehwolf [Mon, 22 Jul 2019 10:48:14 +0200] rev 55757
8228434: jdk/net/Sockets/Test.java fails after JDK-8227642 Summary: Move container constant to separate test lib class Reviewed-by: alanb
Mon, 22 Jul 2019 12:21:18 +0200 8227923: End position of EndElementTree is -1
jlahoda [Mon, 22 Jul 2019 12:21:18 +0200] rev 55756
8227923: End position of EndElementTree is -1 Summary: Fixing end positions for DocTrees EndElementTree, EntityTree and CommentTree. Reviewed-by: jjg
Mon, 22 Jul 2019 14:31:04 +0800 8225648: [TESTBUG] java/lang/annotation/loaderLeak/Main.java fails with -Xcomp
jiefu [Mon, 22 Jul 2019 14:31:04 +0800] rev 55755
8225648: [TESTBUG] java/lang/annotation/loaderLeak/Main.java fails with -Xcomp Reviewed-by: alanb, iklam
Wed, 17 Jul 2019 15:40:27 +0200 8227869: fix wrong format specifiers in os_aix.cpp
mbaesken [Wed, 17 Jul 2019 15:40:27 +0200] rev 55754
8227869: fix wrong format specifiers in os_aix.cpp Reviewed-by: dholmes, mdoerr, clanger
Tue, 16 Jul 2019 16:01:10 +0200 8227737: avoid implicit-function-declaration on AIX
mbaesken [Tue, 16 Jul 2019 16:01:10 +0200] rev 55753
8227737: avoid implicit-function-declaration on AIX Reviewed-by: clanger, goetz
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip