sla [Tue, 20 Aug 2013 08:59:15 +0200] rev 19442
8022071: Some vm/jvmti tests fail because cannot attach to the Java virtual machine
Reviewed-by: erikj, sspitsyn
xuelei [Mon, 19 Aug 2013 18:49:36 -0700] rev 19441
8023230: The impl of KerberosClientKeyExchange maybe not exist
Reviewed-by: weijun
xuelei [Mon, 19 Aug 2013 17:42:39 -0700] rev 19440
8020842: IDN do not throw IAE when hostname ends with a trailing dot
Reviewed-by: weijun, michaelm
mullan [Mon, 19 Aug 2013 17:17:17 -0400] rev 19439
8016850: JCK javax.security.auth.Policy tests fail when run in Profiles mode
Summary: Move default javax.security.auth.Policy implementation to compact1 profile
Reviewed-by: vinnie
dxu [Mon, 19 Aug 2013 12:38:56 -0700] rev 19438
8023203: Wrap RandomAccessFile.seek native method into a Java helper method
Reviewed-by: alanb, chegar
ascarpino [Fri, 16 Aug 2013 12:31:57 -0700] rev 19437
8022896: test/com/sun/crypto/provider/Cipher/RSA/TestOAEPPadding.java fails
Reviewed-by: mullan
ascarpino [Wed, 14 Aug 2013 10:50:52 -0700] rev 19436
8022669: OAEPParameterSpec does not work if MGF1ParameterSpec is set to SHA2 algorithms
Reviewed-by: mullan
psandoz [Tue, 06 Aug 2013 14:26:34 +0100] rev 19435
8014824: Document Spliterator characteristics and binding policy of java util collection impls
Reviewed-by: chegar
alanb [Mon, 19 Aug 2013 11:04:21 +0100] rev 19434
8023215: test/java/util/Comparator/TypeTest.java not running (failing but reported as passing)
Reviewed-by: psandoz
aefimov [Fri, 16 Aug 2013 18:41:35 +0400] rev 19433
8021820: Number of opened files used in select() is limited to 1024 [macosx]
Reviewed-by: alanb, chegar, tbell, smarks
egahlin [Fri, 16 Aug 2013 18:58:36 +0200] rev 19432
6696970: Jconsole becomes unusable if a plugin throws an exception
Reviewed-by: mchung, jbachorik
egahlin [Fri, 16 Aug 2013 16:53:46 +0200] rev 19431
7015157: String "Tabular Navigation" should be rephrased for avoiding mistranslation
Reviewed-by: alanb, jbachorik, sjiang
egahlin [Fri, 16 Aug 2013 17:11:25 +0200] rev 19430
6721425: jconsole Makefile clean rule is missing rm of generated Version.java
Reviewed-by: alanb, jbachorik
egahlin [Fri, 16 Aug 2013 17:02:12 +0200] rev 19429
6417702: Graph in Memory tab is not redrawn immediately if changed via 'Chart' combo box
Reviewed-by: alanb, jbachorik, sjiang
psandoz [Tue, 06 Aug 2013 14:26:34 +0100] rev 19428
8022318: Document Spliterator characteristics and binding policy of java util concurrent collection impls
Reviewed-by: chegar
Contributed-by: Martin Buchholz <martinrb@google.com>, Paul Sandoz <paul.sandoz@oracle.com>
rriggs [Fri, 16 Aug 2013 13:58:43 -0400] rev 19427
8019185: Inconsistency between JapaneseEra start dates and java.util.JapaneseImperialDate
Summary: align Meiji start date with lib/calendar.properties to avoid any confusion
Reviewed-by: sherman
rriggs [Fri, 16 Aug 2013 11:11:00 -0400] rev 19426
8022193: java/time/test/java/util/TestFormatter.java failed in th locale.
Summary: Tests corrected to use fixed locale and not dependent on the environment
Reviewed-by: sherman
rriggs [Fri, 16 Aug 2013 11:28:15 -0400] rev 19425
8022770: java/time/tck/java/time/chrono/TCKChronology.java start failing
8022766: java/time/test/java/time/chrono/TestUmmAlQuraChronology.java failed.
Summary: TCKChronology: corrected display name to match update from JDK-8015986
Reviewed-by: alanb
psandoz [Tue, 13 Aug 2013 11:16:37 +0200] rev 19424
8022797: Clarify spliterator characteristics for collections containing no elements
Reviewed-by: alanb, mduigou
psandoz [Fri, 16 Aug 2013 12:46:39 +0200] rev 19423
8022898: java/util/Spliterator/SpliteratorCollisions.java fails in HashableIntSpliteratorWithNull data provider
Reviewed-by: henryjen, alanb, rriggs
psandoz [Fri, 16 Aug 2013 12:46:30 +0200] rev 19422
8012940: More than 50 tests failed in Serialization/DeSerialization testing (test-mangled)
Reviewed-by: ksrini
psandoz [Fri, 16 Aug 2013 12:29:58 +0200] rev 19421
8023150: java/util/stream tests no longer compiling following JDK-8019401
Reviewed-by: alanb
briangoetz [Mon, 12 Aug 2013 12:06:50 -0400] rev 19420
8019401: Collectors.collectingAndThen
Reviewed-by: mduigou
Contributed-by: brian.goetz@oracle.com
dxu [Thu, 15 Aug 2013 14:11:16 -0700] rev 19419
8017109: Cleanup overrides warning in src/solaris/classes/sun/print/AttributeClass.java
Reviewed-by: jgodinez
dxu [Thu, 15 Aug 2013 12:36:50 -0700] rev 19418
4858457: File.getCanonicalPath() throws IOException when invoked with "nul" (win)
Reviewed-by: alanb
vinnie [Thu, 15 Aug 2013 19:56:53 +0100] rev 19417
Merge
vinnie [Thu, 15 Aug 2013 19:49:08 +0100] rev 19416
8023108: Remove ShortRSAKey1024.sh from ProblemList.txt
Reviewed-by: mullan
sherman [Thu, 15 Aug 2013 10:41:59 -0700] rev 19415
7154662: {CRC32, Adler32}.update(byte[] b, int off, int len): undocumented ArrayIndexOutOfBoundsException
Summary: to add the throws clause
Reviewed-by: alanb, chegar