Tue, 07 Jun 2016 10:33:38 +0800 8151836: keytool -importkeystore -help does not list option -destprotected
weijun [Tue, 07 Jun 2016 10:33:38 +0800] rev 38855
8151836: keytool -importkeystore -help does not list option -destprotected Reviewed-by: xuelei
Tue, 07 Jun 2016 10:11:33 +0800 8158442: SecureRandomParameters missing "@since 9"
weijun [Tue, 07 Jun 2016 10:11:33 +0800] rev 38854
8158442: SecureRandomParameters missing "@since 9" Reviewed-by: mullan, wetmore
Tue, 07 Jun 2016 10:10:59 +0800 8157308: Make AbstractDrbg non-Serializable
weijun [Tue, 07 Jun 2016 10:10:59 +0800] rev 38853
8157308: Make AbstractDrbg non-Serializable Reviewed-by: mullan
Mon, 06 Jun 2016 16:46:54 -0700 8158870: Temporarily problem list DGCDeadLock.java on Mac
darcy [Mon, 06 Jun 2016 16:46:54 -0700] rev 38852
8158870: Temporarily problem list DGCDeadLock.java on Mac Reviewed-by: smarks
Thu, 09 Jun 2016 17:28:37 +0000 Added tag jdk-9+122 for changeset 29957ed01d97
lana [Thu, 09 Jun 2016 17:28:37 +0000] rev 38851
Added tag jdk-9+122 for changeset 29957ed01d97
Wed, 05 Jul 2017 21:49:19 +0200 Merge
duke [Wed, 05 Jul 2017 21:49:19 +0200] rev 38850
Merge
Thu, 09 Jun 2016 17:28:36 +0000 Added tag jdk-9+122 for changeset 40c900f520ce
lana [Thu, 09 Jun 2016 17:28:36 +0000] rev 38849
Added tag jdk-9+122 for changeset 40c900f520ce
Fri, 10 Jun 2016 16:59:18 +0200 8144911: Consider having modifications to jdk.jlink trigger recreation of all jmods
erikj [Fri, 10 Jun 2016 16:59:18 +0200] rev 38848
8144911: Consider having modifications to jdk.jlink trigger recreation of all jmods Reviewed-by: tbell
Fri, 10 Jun 2016 16:56:29 +0200 8055735: JDK_FILTER is broken
erikj [Fri, 10 Jun 2016 16:56:29 +0200] rev 38847
8055735: JDK_FILTER is broken Reviewed-by: redestad, alanb, tbell
Thu, 09 Jun 2016 19:06:34 +0000 Merge
lana [Thu, 09 Jun 2016 19:06:34 +0000] rev 38846
Merge
Thu, 09 Jun 2016 11:12:18 -0300 8158402: jlink: should use regex for all pattern operations (--order-resources or --exclude-resources)
jlaskey [Thu, 09 Jun 2016 11:12:18 -0300] rev 38845
8158402: jlink: should use regex for all pattern operations (--order-resources or --exclude-resources) Reviewed-by: sundar
Thu, 09 Jun 2016 10:40:19 +0200 8159047: Disable redundant build steps when creating buildjdk
erikj [Thu, 09 Jun 2016 10:40:19 +0200] rev 38844
8159047: Disable redundant build steps when creating buildjdk Reviewed-by: tbell, dholmes
Tue, 07 Jun 2016 15:42:20 +0200 8158535: Configure script uses basic tools directly in many places
erikj [Tue, 07 Jun 2016 15:42:20 +0200] rev 38843
8158535: Configure script uses basic tools directly in many places Reviewed-by: dholmes
Thu, 09 Jun 2016 17:28:35 +0000 Added tag jdk-9+122 for changeset bbb89d6c08cc
lana [Thu, 09 Jun 2016 17:28:35 +0000] rev 38842
Added tag jdk-9+122 for changeset bbb89d6c08cc
Wed, 05 Jul 2017 21:49:01 +0200 Added tag jdk-9+122 for changeset 7693aa00e131
duke [Wed, 05 Jul 2017 21:49:01 +0200] rev 38841
Added tag jdk-9+122 for changeset 7693aa00e131
Wed, 05 Jul 2017 21:49:00 +0200 Merge jdk-9+122
duke [Wed, 05 Jul 2017 21:49:00 +0200] rev 38840
Merge
Wed, 05 Jul 2017 21:48:54 +0200 Merge
duke [Wed, 05 Jul 2017 21:48:54 +0200] rev 38839
Merge
Thu, 02 Jun 2016 17:31:38 -0700 8157975: Remove duplicate files in sample API
ksrini [Thu, 02 Jun 2016 17:31:38 -0700] rev 38838
8157975: Remove duplicate files in sample API Reviewed-by: jjg, ksrini Contributed-by: alexandre.iline@oracle.com
Thu, 02 Jun 2016 21:14:40 +0000 Merge
lana [Thu, 02 Jun 2016 21:14:40 +0000] rev 38837
Merge
Thu, 02 Jun 2016 14:05:13 -0700 8131029: JShell: recover from VMConnection launch failure
rfield [Thu, 02 Jun 2016 14:05:13 -0700] rev 38836
8131029: JShell: recover from VMConnection launch failure Reviewed-by: vromero
Thu, 02 Jun 2016 12:52:00 -0700 8131024: JShell: multi-line comment not detected as incomplete
rfield [Thu, 02 Jun 2016 12:52:00 -0700] rev 38835
8131024: JShell: multi-line comment not detected as incomplete Reviewed-by: vromero
Thu, 02 Jun 2016 15:39:10 -0400 8037947: functional interface causes ClassCastException when extending raw superinterface
vromero [Thu, 02 Jun 2016 15:39:10 -0400] rev 38834
8037947: functional interface causes ClassCastException when extending raw superinterface Reviewed-by: mcimadamore
Thu, 02 Jun 2016 11:06:20 -0700 8158559: Fix for 8132216 breaks langtools build
ksrini [Thu, 02 Jun 2016 11:06:20 -0700] rev 38833
8158559: Fix for 8132216 breaks langtools build Reviewed-by: mcimadamore
Thu, 02 Jun 2016 16:08:24 +0100 8158355: Inference graph dot support broken
mcimadamore [Thu, 02 Jun 2016 16:08:24 +0100] rev 38832
8158355: Inference graph dot support broken Summary: IllegalStateException when converting an inference graph to dot file Reviewed-by: vromero
Thu, 02 Jun 2016 15:25:20 +0530 8132216: [Findbugs] Annotation$Array_element_value may expose internal representation
sadayapalam [Thu, 02 Jun 2016 15:25:20 +0530] rev 38831
8132216: [Findbugs] Annotation$Array_element_value may expose internal representation Reviewed-by: mcimadamore
Thu, 02 Jun 2016 15:22:34 +0530 8146167: Anonymous type declarations drop supertype type parameter annotations
sadayapalam [Thu, 02 Jun 2016 15:22:34 +0530] rev 38830
8146167: Anonymous type declarations drop supertype type parameter annotations Reviewed-by: mcimadamore
Wed, 01 Jun 2016 12:39:24 +0100 8145489: NPE while compiling annotations with qualified names in package-info.java
mcimadamore [Wed, 01 Jun 2016 12:39:24 +0100] rev 38829
8145489: NPE while compiling annotations with qualified names in package-info.java Summary: Spurious method reference check in Attr.visitSelect is causing NPE Reviewed-by: vromero
Tue, 31 May 2016 14:02:52 -0700 8080843: JShell tool: invalid key error occurs when external editor is used
rfield [Tue, 31 May 2016 14:02:52 -0700] rev 38828
8080843: JShell tool: invalid key error occurs when external editor is used Reviewed-by: vromero
Tue, 31 May 2016 13:00:17 -0400 8152062: obscure error message for bad 'provides'
vromero [Tue, 31 May 2016 13:00:17 -0400] rev 38827
8152062: obscure error message for bad 'provides' Reviewed-by: jjg
Mon, 30 May 2016 16:36:41 +0200 8154469: Update FSF address
robilad [Mon, 30 May 2016 16:36:41 +0200] rev 38826
8154469: Update FSF address Summary: Updated Free Software Foundation's mailing address in LICENSE Reviewed-by: rriggs, shade
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip