attila [Wed, 07 Aug 2013 16:38:44 +0200] rev 19455
8022509: Various Dynalink security enhancements
Reviewed-by: jlaskey, hannesw
cl [Thu, 22 Aug 2013 09:10:25 -0700] rev 19454
Added tag jdk8-b104 for changeset 9b5ad625745e
duke [Wed, 05 Jul 2017 19:09:00 +0200] rev 19453
Merge
cl [Thu, 22 Aug 2013 09:09:57 -0700] rev 19452
Added tag jdk8-b104 for changeset 2b0842168ce5
duke [Wed, 05 Jul 2017 19:08:56 +0200] rev 19451
Merge
katleman [Mon, 26 Aug 2013 17:36:10 -0700] rev 19450
Merge
omajid [Thu, 22 Aug 2013 16:00:13 -0400] rev 19449
8023480: Create a jvm.cfg for zero on 32 bit architectures
Reviewed-by: dholmes, erikj
lana [Fri, 23 Aug 2013 14:14:05 -0700] rev 19448
Merge
lana [Tue, 20 Aug 2013 17:44:18 -0700] rev 19447
Merge
attila [Tue, 20 Aug 2013 11:15:08 +0200] rev 19446
8023250: Update JavaScript code in JDK for changes in iteration over Java arrays
Reviewed-by: sundar, sla
psandoz [Tue, 20 Aug 2013 17:36:15 +0200] rev 19445
8023367: Collections.emptyList().sort((Comparator)null) throws NPE
Reviewed-by: alanb, mduigou
sla [Tue, 20 Aug 2013 16:53:27 +0200] rev 19444
8016727: test/com/sun/jdi/sde/TemperatureTableTest.java failing intermittently
Reviewed-by: alanb
dholmes [Tue, 20 Aug 2013 03:18:56 -0400] rev 19443
8023311: Clean up profile-includes.txt
Reviewed-by: alanb
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