coffeys [Wed, 23 Oct 2013 16:53:42 +0100] rev 21349
5036554: unmarshal error on CORBA alias type in CORBA any
Reviewed-by: chegar, smarks
kizune [Wed, 23 Oct 2013 18:35:47 +0400] rev 21348
8020802: Need an ability to create jar files that are invariant to the pack200 packing/unpacking
Reviewed-by: alanb, ksrini
sla [Wed, 23 Oct 2013 15:55:31 +0200] rev 21347
8026789: Update test/java/lang/instrument/Re(transform|define)BigClass.sh test to use NMT for memory leak detection
Reviewed-by: dcubed
chegar [Wed, 23 Oct 2013 14:38:22 +0100] rev 21346
8020758: HttpCookie constructor does not throw IAE when name contains a space
Reviewed-by: michaelm, msheppar
jbachorik [Wed, 23 Oct 2013 15:03:49 +0200] rev 21345
7112404: 2 tests in java/lang/management/ManagementFactory fails with G1 because expect non-zero pools
Reviewed-by: mchung, sjiang
michaelm [Wed, 23 Oct 2013 11:00:12 +0100] rev 21344
8025734: Use literal IP address where possible in SocketPermission generated by HttpURLPermission
Reviewed-by: chegar
egahlin [Wed, 23 Oct 2013 10:50:34 +0200] rev 21343
7105883: JDWP: agent crash if there exists a ThreadGroup with null name
Reviewed-by: sla, jbachorik
weijun [Wed, 23 Oct 2013 08:32:03 +0800] rev 21342
8027026: Change keytool -genkeypair to use -keyalg RSA
Reviewed-by: alanb, chegar, mullan
mullan [Tue, 22 Oct 2013 19:43:42 -0400] rev 21341
Merge
ascarpino [Tue, 22 Oct 2013 19:37:11 -0400] rev 21340
8025763: Provider does not override new Hashtable methods
Reviewed-by: mullan
henryjen [Tue, 22 Oct 2013 15:12:22 -0700] rev 21339
8025909: Lambda Library Spec Updates
8024179: Document limitations and performance characteristics of stream sources and operations
8024138: (Spec clarification) Lambda Metafacory spec should state DMH constraint on implMethod
Reviewed-by: mduigou
Contributed-by: brian.goetz@oracle.com, paul.sandoz@oracle.com
smarks [Tue, 22 Oct 2013 14:51:08 -0700] rev 21338
8026427: deprecate obsolete APIs from java.rmi
Reviewed-by: alanb, dfuchs
mfang [Tue, 22 Oct 2013 14:37:40 -0700] rev 21337
Merge
mfang [Tue, 22 Oct 2013 14:36:43 -0700] rev 21336
6607048: clear extra l10n resource files in demo
Reviewed-by: naoto, yhuang
mfang [Tue, 22 Oct 2013 14:26:22 -0700] rev 21335
8026109: [ja] overtranslation of jarsigner in command line output
Reviewed-by: naoto
rriggs [Tue, 22 Oct 2013 17:02:08 -0400] rev 21334
8026982: javadoc errors in core libs
Summary: Cleanup of javadoc -Xlint errors
Reviewed-by: lancea, mduigou, darcy, mullan, mchung
rriggs [Tue, 22 Oct 2013 15:11:47 -0400] rev 21333
Merge
rriggs [Tue, 22 Oct 2013 15:06:27 -0400] rev 21332
Merge
rriggs [Tue, 22 Oct 2013 15:03:12 -0400] rev 21331
8024686: Cleanup of java.time serialization source
Summary: optimize serialized form of OffsetTime, OffsetDateTime; correct order of modifiers
Reviewed-by: sherman
darcy [Tue, 22 Oct 2013 12:04:30 -0700] rev 21330
8027062: Fix lint and doclint issues in java.lang.{ClassLoader, ClassValue, SecurityManager}
Reviewed-by: chegar, forax, alanb, mduigou
juh [Tue, 22 Oct 2013 11:57:38 -0700] rev 21329
8025287: NPE in api/java_security/cert/PKIXRevocationChecker/GeneralTests_GeneralTests
Reviewed-by: mullan
bpb [Tue, 22 Oct 2013 11:25:01 -0700] rev 21328
7179567: JCK8 tests: api/java_net/URLClassLoader/index.html#Ctor3 failed with NPE
6445180: URLClassLoader does not describe the behavior of several methods with respect to null arguments
Summary: Document when a NPE will be thrown by URLClassLoader constructors, newInstance(), findClass(), and getPermissions().
Reviewed-by: alanb, mduigou, chegar, dholmes, jrose
kizune [Tue, 22 Oct 2013 22:18:52 +0400] rev 21327
8026873: tools/launcher/VersionCheck.java fails in jprt because of jmc.ini
Reviewed-by: ksrini
drchase [Tue, 22 Oct 2013 12:57:59 -0400] rev 21326
8026818: Defmeth failures with -mode invoke
Summary: Added test for IllegalAccessException -> IllegalAccessError path to check if root cause was AbstractMethodError
Reviewed-by: jrose
bpb [Tue, 22 Oct 2013 10:44:22 -0700] rev 21325
8026806: Incomplete test of getaddrinfo() return value could lead to incorrect exception for Windows Inet 6
Summary: Check getaddrinfo return value before calling WSAGetLastError.
Reviewed-by: alanb, dsamersoff
alanb [Tue, 22 Oct 2013 14:13:06 +0100] rev 21324
7074436: (sc) SocketChannel can do short gathering writes when channel configured blocking (win)
Reviewed-by: chegar
mullan [Tue, 22 Oct 2013 09:06:42 -0400] rev 21323
Merge
mullan [Tue, 22 Oct 2013 08:17:06 -0400] rev 21322
Merge
mullan [Tue, 22 Oct 2013 08:03:16 -0400] rev 21321
8021191: Add isAuthorized check to limited doPrivileged methods
Reviewed-by: weijun, xuelei
chegar [Tue, 22 Oct 2013 14:00:16 +0100] rev 21320
8017779: java/net/Authenticator/B4769350.java fails
Reviewed-by: chegar
Contributed-by: Tristan Yan <tristan.yan@oracle.com>, Kurchi Subhra Hazra <kurchisubhra@gmail.com>