chegar [Tue, 25 Nov 2014 18:43:44 +0000] rev 27759
8065072: sun/net/www/http/HttpClient/StreamingRetry.java failed intermittently
Reviewed-by: dfuchs
kshefov [Tue, 25 Nov 2014 14:16:55 +0400] rev 27758
8059070: [TESTBUG] java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java failed - timeout
Reviewed-by: psandoz, vlivanov
alanb [Mon, 24 Nov 2014 18:11:25 +0000] rev 27757
8065720: (ch) AbstractInterruptibleChannel.end sets interrupted to null
Reviewed-by: psandoz, chegar
vlivanov [Mon, 24 Nov 2014 07:19:36 -0800] rev 27756
8059880: Get rid of LambdaForm interpretation
Reviewed-by: psandoz, kvn, shade
vlivanov [Mon, 24 Nov 2014 07:16:38 -0800] rev 27755
8063135: Enable full LF sharing by default
Reviewed-by: psandoz, shade
dfuchs [Mon, 24 Nov 2014 17:02:37 +0100] rev 27754
8060132: Handlers configured on abstract nodes in logging.properties are not always properly closed
Summary: Loggers which have been configured with a handler in the configuration file will be retained by the LogManager until reset() is called. A new configuration property is added to explicitely turn the fix off.
Reviewed-by: mchung
erikj [Mon, 24 Nov 2014 11:40:49 +0100] rev 27753
8065412: generated source to compile .properties file incorreectly includes the module name in the package name
Reviewed-by: tbell, mchung, ihse
msheppar [Sat, 22 Nov 2014 14:56:16 +0000] rev 27752
8065222: sun/net/www/protocol/http/B6369510.java doesn't execute as expected
Summary: changed address.getHostName() to InetAddress.getLocalHost().getHostName() in URL construction in test's doClient method
Reviewed-by: chegar
martin [Fri, 21 Nov 2014 16:30:02 -0800] rev 27751
8065159: AttributedString has quadratic resize algorithm
Summary: Grow backing arrays geometrically instead of arithmetically
Reviewed-by: naoto, okutsu
smarks [Fri, 21 Nov 2014 13:32:17 -0800] rev 27750
8056313: TEST_BUG: java/util/Timer/NameConstructors.java fails intermittently
Reviewed-by: lancea, rriggs