dxu [Wed, 08 Jan 2014 13:25:10 -0800] rev 22127
8028726: (prefs) Check src/solaris/native/java/util/FileSystemPreferences.c for JNI pending exceptions
Reviewed-by: lancea, chegar, alanb
erikj [Wed, 08 Jan 2014 14:04:35 +0100] rev 22126
8030781: System.setProperties(null) drops all system properties (RELEASE not set)
Reviewed-by: alanb
alanb [Wed, 08 Jan 2014 13:08:20 +0000] rev 22125
6772009: java/util/concurrent/locks/ReentrantLock/CancelledLockLoops.java test failed with 'Completed != 2'
Reviewed-by: martin, dholmes
Contributed-by: srikalyan.chandrashekar@oracle.com
alanb [Wed, 08 Jan 2014 12:59:57 +0000] rev 22124
8030089: java/util/zip/ZipFile/FinalizeZipFile.java intermittently fails with fastdebug builds
Reviewed-by: alanb
Contributed-by: tristan.yan@oracle.com
darcy [Tue, 07 Jan 2014 19:19:32 -0800] rev 22123
8031369: Fix raw types warnings in sun.misc.{Cache, SoftCache}
Reviewed-by: mduigou, lancea
darcy [Tue, 07 Jan 2014 15:02:41 -0800] rev 22122
8000962: Update JDK_MINOR_VERSION for JDK 9
Reviewed-by: jjg, ksrini
ascarpino [Tue, 07 Jan 2014 14:35:57 -0800] rev 22121
8030823: Security Providers need to have their version numbers updated for JDK9
Reviewed-by: xuelei, wetmore
darcy [Tue, 07 Jan 2014 12:56:29 -0800] rev 22120
8031361: Fix raw types warning in java.lang.management
Reviewed-by: psandoz, lancea, alanb
darcy [Tue, 07 Jan 2014 09:58:16 -0800] rev 22119
8031326: Use Class<?> rather than Class in java.net method signatures
Reviewed-by: alanb, chegar
rriggs [Tue, 07 Jan 2014 11:50:15 -0500] rev 22118
8031103: java.time.Duration has wrong Javadoc Comments in toDays() and toHours()
Summary: Correct specification for Duration.toDays, toHours
Reviewed-by: lancea, alanb
darcy [Tue, 07 Jan 2014 09:17:56 -0800] rev 22117
8031302: Fix raw types lint warnings in java.security
Reviewed-by: xuelei
darcy [Tue, 07 Jan 2014 09:09:30 -0800] rev 22116
8027063: SecurityManger.getClassContext returns a raw type
Reviewed-by: lancea, alanb, xuelei
chegar [Tue, 07 Jan 2014 13:00:37 +0000] rev 22115
Merge
chegar [Tue, 07 Jan 2014 12:59:32 +0000] rev 22114
8031142: AbstractCollection and AbstractList should specify their default implementation using @implSpec
Reviewed-by: martin, psandoz