dfuchs [Fri, 09 Jun 2017 16:52:07 +0100] rev 45535
8181867: [tests] Reorganize EchoHandlers
Summary: This fix reorganize some test files and rename some test classes. Several classes named EchoHandler in the unnamed package are renamed to make it clear what classes (and sources) tests that use these EchoHandler implementations effectively depend on.
Reviewed-by: chegar
lana [Thu, 08 Jun 2017 23:11:21 +0000] rev 45534
Merge
erikj [Thu, 08 Jun 2017 14:53:56 +0200] rev 45533
8178064: OpenJDK RI binary should include the license file for freetype
Reviewed-by: tbell, ihse
ihse [Thu, 08 Jun 2017 13:49:11 +0200] rev 45532
8180300: Move JDWP specs to specs directory
Reviewed-by: sspitsyn
dfuchs [Thu, 08 Jun 2017 12:41:07 +0100] rev 45531
8180044: java/net/httpclient/ManyRequests.java failed due to timeout
Summary: Fixes several race conditions observed while testing.
Reviewed-by: michaelm, msheppar, prappo
dfuchs [Thu, 08 Jun 2017 12:24:13 +0100] rev 45530
8181430: HTTP/2 client might deadlock when receiving data during the initial handshake
Summary: CountDownLatch removed. Data produced during the handshake is instead buffered until the preface is sent.
Reviewed-by: michaelm, msheppar, prappo
ihse [Thu, 08 Jun 2017 11:24:46 +0200] rev 45529
8181776: Move back specs to closed
Reviewed-by: erikj