lancea [Thu, 18 Dec 2014 18:51:28 -0500] rev 28117
8067904: Additional DriverManager clean-up from 8060068
Reviewed-by: mchung
prappo [Thu, 18 Dec 2014 16:44:32 +0000] rev 28116
8067870: Fix java.io.ObjectInputStream.PeekInputStream#skip
Reviewed-by: rriggs, alanb
ksrini [Wed, 17 Dec 2014 13:41:49 -0800] rev 28115
8061442: Update jdk/tools tests to remove check for the "jre" directory
Reviewed-by: alanb, ksrini
Contributed-by: felix.yang@oracle.com
prappo [Wed, 17 Dec 2014 13:03:29 +0000] rev 28114
8066642: Fix deprecation warnings in jdk.naming module
Reviewed-by: alanb, chegar
valeriep [Wed, 17 Dec 2014 00:19:28 +0000] rev 28113
Merge
valeriep [Tue, 16 Dec 2014 22:33:43 +0000] rev 28112
Merge
valeriep [Fri, 12 Dec 2014 00:23:32 +0000] rev 28111
8062170: java.security.ProviderException: Error parsing configuration with space
Summary: Updated to parse library path as a line which can contain quoted strings.
Reviewed-by: vinnie
valeriep [Fri, 12 Dec 2014 00:19:17 +0000] rev 28110
8048819: Implement reliability test for DH algorithm
Summary: Added DH test for up-to-4 parties key exchange
Reviewed-by: valeriep
Contributed-by: Amanda Jiang <amanda.jiang@oracle.com>
ksrini [Tue, 16 Dec 2014 16:02:56 -0800] rev 28109
8067421: java -help contains information about "-version:",'-jre-restrict-search', '-no-jre-restrict-search', but they are removed
8067411: tools/launcher/MultipleJRE.sh requires adjustments to work with module boundaries
8067290: Missing bug id in test/tools/launcher/*
Reviewed-by: darcy
smarks [Tue, 16 Dec 2014 13:45:20 -0800] rev 28108
8035117: TEST_BUG: java/rmi/server/RemoteObject/notExtending/NotExtending.java can fail with timeout
Reviewed-by: lancea
amurillo [Tue, 16 Dec 2014 13:10:34 -0800] rev 28107
Merge
amurillo [Fri, 12 Dec 2014 07:50:34 -0800] rev 28106
Merge
amurillo [Thu, 11 Dec 2014 23:06:14 -0800] rev 28105
Merge
jbachorik [Tue, 09 Dec 2014 08:58:19 +0100] rev 28104
8059949: com/sun/tools/attach/StartManagementAgent.java interrupted! (timed out?)
Reviewed-by: sla
minqi [Mon, 08 Dec 2014 00:25:10 -0800] rev 28103
Merge
cjplummer [Thu, 04 Dec 2014 11:26:46 -0800] rev 28102
6762191: Setting stack size to 16K causes segmentation fault
Summary: Fixed by forcing the stack size to always be at least 32k.
Reviewed-by: dholmes, alanb, ksrini, sspitsyn