Thu, 08 Aug 2013 16:38:32 +0530 8022524: Memory leaks in nashorn sources and tests found by jhat analysis
sundar [Thu, 08 Aug 2013 16:38:32 +0530] rev 19456
8022524: Memory leaks in nashorn sources and tests found by jhat analysis Reviewed-by: attila, hannesw
Wed, 07 Aug 2013 16:38:44 +0200 8022509: Various Dynalink security enhancements
attila [Wed, 07 Aug 2013 16:38:44 +0200] rev 19455
8022509: Various Dynalink security enhancements Reviewed-by: jlaskey, hannesw
Thu, 22 Aug 2013 09:10:25 -0700 Added tag jdk8-b104 for changeset 9b5ad625745e
cl [Thu, 22 Aug 2013 09:10:25 -0700] rev 19454
Added tag jdk8-b104 for changeset 9b5ad625745e
Wed, 05 Jul 2017 19:09:00 +0200 Merge
duke [Wed, 05 Jul 2017 19:09:00 +0200] rev 19453
Merge
Thu, 22 Aug 2013 09:09:57 -0700 Added tag jdk8-b104 for changeset 2b0842168ce5
cl [Thu, 22 Aug 2013 09:09:57 -0700] rev 19452
Added tag jdk8-b104 for changeset 2b0842168ce5
Wed, 05 Jul 2017 19:08:56 +0200 Merge
duke [Wed, 05 Jul 2017 19:08:56 +0200] rev 19451
Merge
Mon, 26 Aug 2013 17:36:10 -0700 Merge
katleman [Mon, 26 Aug 2013 17:36:10 -0700] rev 19450
Merge
Thu, 22 Aug 2013 16:00:13 -0400 8023480: Create a jvm.cfg for zero on 32 bit architectures
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
Fri, 23 Aug 2013 14:14:05 -0700 Merge
lana [Fri, 23 Aug 2013 14:14:05 -0700] rev 19448
Merge
Tue, 20 Aug 2013 17:44:18 -0700 Merge
lana [Tue, 20 Aug 2013 17:44:18 -0700] rev 19447
Merge
Tue, 20 Aug 2013 11:15:08 +0200 8023250: Update JavaScript code in JDK for changes in iteration over Java arrays
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
Tue, 20 Aug 2013 17:36:15 +0200 8023367: Collections.emptyList().sort((Comparator)null) throws NPE
psandoz [Tue, 20 Aug 2013 17:36:15 +0200] rev 19445
8023367: Collections.emptyList().sort((Comparator)null) throws NPE Reviewed-by: alanb, mduigou
Tue, 20 Aug 2013 16:53:27 +0200 8016727: test/com/sun/jdi/sde/TemperatureTableTest.java failing intermittently
sla [Tue, 20 Aug 2013 16:53:27 +0200] rev 19444
8016727: test/com/sun/jdi/sde/TemperatureTableTest.java failing intermittently Reviewed-by: alanb
Tue, 20 Aug 2013 03:18:56 -0400 8023311: Clean up profile-includes.txt
dholmes [Tue, 20 Aug 2013 03:18:56 -0400] rev 19443
8023311: Clean up profile-includes.txt Reviewed-by: alanb
Tue, 20 Aug 2013 08:59:15 +0200 8022071: Some vm/jvmti tests fail because cannot attach to the Java virtual machine
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
Mon, 19 Aug 2013 18:49:36 -0700 8023230: The impl of KerberosClientKeyExchange maybe not exist
xuelei [Mon, 19 Aug 2013 18:49:36 -0700] rev 19441
8023230: The impl of KerberosClientKeyExchange maybe not exist Reviewed-by: weijun
Mon, 19 Aug 2013 17:42:39 -0700 8020842: IDN do not throw IAE when hostname ends with a trailing dot
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
Mon, 19 Aug 2013 17:17:17 -0400 8016850: JCK javax.security.auth.Policy tests fail when run in Profiles mode
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
Mon, 19 Aug 2013 12:38:56 -0700 8023203: Wrap RandomAccessFile.seek native method into a Java helper method
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
Fri, 16 Aug 2013 12:31:57 -0700 8022896: test/com/sun/crypto/provider/Cipher/RSA/TestOAEPPadding.java fails
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
Wed, 14 Aug 2013 10:50:52 -0700 8022669: OAEPParameterSpec does not work if MGF1ParameterSpec is set to SHA2 algorithms
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
Tue, 06 Aug 2013 14:26:34 +0100 8014824: Document Spliterator characteristics and binding policy of java util collection impls
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
Mon, 19 Aug 2013 11:04:21 +0100 8023215: test/java/util/Comparator/TypeTest.java not running (failing but reported as passing)
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
Fri, 16 Aug 2013 18:41:35 +0400 8021820: Number of opened files used in select() is limited to 1024 [macosx]
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
Fri, 16 Aug 2013 18:58:36 +0200 6696970: Jconsole becomes unusable if a plugin throws an exception
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
Fri, 16 Aug 2013 16:53:46 +0200 7015157: String "Tabular Navigation" should be rephrased for avoiding mistranslation
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
Fri, 16 Aug 2013 17:11:25 +0200 6721425: jconsole Makefile clean rule is missing rm of generated Version.java
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
Fri, 16 Aug 2013 17:02:12 +0200 6417702: Graph in Memory tab is not redrawn immediately if changed via 'Chart' combo box
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
Tue, 06 Aug 2013 14:26:34 +0100 8022318: Document Spliterator characteristics and binding policy of java util concurrent collection impls
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>
Fri, 16 Aug 2013 13:58:43 -0400 8019185: Inconsistency between JapaneseEra start dates and java.util.JapaneseImperialDate
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
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip