okutsu [Wed, 22 Jun 2016 16:12:39 +0900] rev 39136
8159766: "Switching encoding from UTF-8 to ISO-8859-1" log message should be trace/debug message
Reviewed-by: alanb, mchung, naoto
xiaofeya [Tue, 21 Jun 2016 20:20:14 -0700] rev 39135
8157530: Remove intermittent key from javax/net/ssl/DTLS/WeakCipherSuite.java
Reviewed-by: xuelei
Contributed-by: Felix Yang <felix.yang@oracle.com>
naoto [Tue, 21 Jun 2016 15:15:05 -0700] rev 39134
8159548: Formatter returns unexpected strings if locale is null.
Reviewed-by: sherman
prappo [Tue, 21 Jun 2016 18:51:18 +0100] rev 39133
8156742: Miscellaneous WebSocket API improvements
Reviewed-by: chegar, rriggs
vtewari [Tue, 21 Jun 2016 16:52:16 +0100] rev 39132
8114860: Behavior of java.net.URLPermission.getActions() contradicts spec
Reviewed-by: chegar, prappo
vtewari [Tue, 21 Jun 2016 16:42:33 +0100] rev 39131
8154234: Remove netdoc URL protocol Handler
Reviewed-by: chegar
igerasim [Tue, 21 Jun 2016 17:48:29 +0300] rev 39130
8158802: com.sun.jndi.ldap.SimpleClientId produces wrong hash code
Reviewed-by: rriggs, coffeys
sundar [Tue, 21 Jun 2016 19:05:34 +0530] rev 39129
8159593: Plugin Set<Category> getType() should return a Category
Reviewed-by: jlaskey
vtewari [Tue, 21 Jun 2016 14:00:59 +0100] rev 39128
8144008: Setting NO_PROXY on HTTP URL connections does not stop proxying
Reviewed-by: chegar, rriggs
weijun [Tue, 21 Jun 2016 11:09:13 +0800] rev 39127
8157318: ThreadedSeedGenerator uses System.currentTimeMillis and stops generating when time is set back
Reviewed-by: xuelei, wetmore
mchung [Mon, 20 Jun 2016 19:31:03 -0700] rev 39126
Merge
mchung [Sun, 19 Jun 2016 16:46:49 -0700] rev 39125
8155955: packager needs to determine the root modules to create JRE image
Reviewed-by: alanb
mli [Mon, 20 Jun 2016 18:30:57 -0700] rev 39124
8159879: Some typo and minor test bugs in ava/lang/module/ModuleReferenceTest.java and ConfigurationTest.java
Reviewed-by: alanb
asmotrak [Mon, 20 Jun 2016 17:06:27 -0700] rev 39123
8049314: javax/net/ssl/templates/SSLSocketSSLEngineTemplate.java fails intermittently with "Unexpected EOF" message
Reviewed-by: xuelei
msheppar [Tue, 21 Jun 2016 00:45:52 +0100] rev 39122
8146975: NullPointerException in IIOPInputStream.inputClassFields
Reviewed-by: chegar, rriggs, coffeys
bpb [Mon, 20 Jun 2016 14:08:05 -0700] rev 39121
8136738: InputStream documentation for IOException in skip() is unclear or incorrect
Summary: Clarify javadoc of skip().
Reviewed-by: rriggs, prappo