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
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
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
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
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
mbaesken [Tue, 16 Jul 2019 16:01:10 +0200] rev 55753
8227737: avoid implicit-function-declaration on AIX
Reviewed-by: clanger, goetz
kbarrett [Fri, 19 Jul 2019 16:47:11 -0400] rev 55752
8162929: Enqueuing dirty cards into a single DCQS during GC does not scale
Summary: Refactor into G1RedirtyCardsQueue[Set] and G1DirtyCardQueueSet
Reviewed-by: tschatzl, sangheki
tonyp [Fri, 19 Jul 2019 12:39:31 -0400] rev 55751
8227179: Test for new gc+metaspace=info output format
Reviewed-by: tschatzl, kbarrett
redestad [Fri, 19 Jul 2019 15:36:23 +0200] rev 55750
8228394: Cleanup unused java.net SharedSecrets classes
Reviewed-by: alanb, chegar
vlivanov [Fri, 19 Jul 2019 16:25:04 +0300] rev 55749
8227260: JNI upcalls should bypass class initialization barrier in c2i adapter
Reviewed-by: eosterlund, dholmes, mdoerr, dpochepk
sgehwolf [Mon, 08 Jul 2019 17:44:34 +0200] rev 55748
8227397: Add --with-extra-asflags configure option
Reviewed-by: phh