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
mchung [Wed, 07 Jun 2017 21:15:06 -0700] rev 45528
8181639: Add tool and services information to module summary
Reviewed-by: alanb, psandoz, lancea
mchung [Wed, 07 Jun 2017 18:54:45 -0700] rev 45527
8181696: Package versioning link does not exist in JAR file specification
Reviewed-by: alanb
lancea [Wed, 07 Jun 2017 15:05:35 -0400] rev 45526
8181195: Mark java.se.ee aggregator module deprecated and for removal
Reviewed-by: joehw, alanb, mchung
prr [Wed, 07 Jun 2017 06:45:09 -0700] rev 45525
Merge
mhalder [Tue, 06 Jun 2017 14:38:19 +0530] rev 45524
8172510: This test fails for me on OS X consistently with result: Expected : 01230123 Actual : 001122303011223
Reviewed-by: serb, prr
Contributed-by: manajit.halder@oracle.com
psadhukhan [Tue, 06 Jun 2017 11:56:01 +0530] rev 45523
8181640: Spelling mistake in javadoc javax.swing.JEditorPane.scrollToReference(String)
Reviewed-by: serb
psadhukhan [Tue, 06 Jun 2017 11:11:12 +0530] rev 45522
8181401: Error in Javadoc for JTabbedPane getAccessibleName()
Reviewed-by: serb, ssadetsky