Wed, 25 May 2016 09:14:55 +0000 8156718: Need tests for IsoFields getFrom for unsupported non-Iso Temporal fields
bgopularam [Wed, 25 May 2016 09:14:55 +0000] rev 38559
8156718: Need tests for IsoFields getFrom for unsupported non-Iso Temporal fields Reviewed-by: rriggs, scolebourne
Wed, 25 May 2016 11:43:57 +0530 8157801: spurious > character in the javadoc comment for ModuleEntry.java
sundar [Wed, 25 May 2016 11:43:57 +0530] rev 38558
8157801: spurious > character in the javadoc comment for ModuleEntry.java Reviewed-by: alanb
Wed, 25 May 2016 03:06:24 +0100 8157635: Fix module dependencies for /sun/* tests
jjiang [Wed, 25 May 2016 03:06:24 +0100] rev 38557
8157635: Fix module dependencies for /sun/* tests Summary: Module declarations for the tests in /sun/* Reviewed-by: alanb Contributed-by: John Jiang <sha.jiang@oracle.com>
Wed, 25 May 2016 02:47:28 +0100 8157633: Fix module dependencies for /com/* tests
jjiang [Wed, 25 May 2016 02:47:28 +0100] rev 38556
8157633: Fix module dependencies for /com/* tests Summary: Module declarations for the tests in /com/* Reviewed-by: alanb Contributed-by: John Jiang <sha.jiang@oracle.com>
Wed, 25 May 2016 02:20:02 +0100 8137255: sun/security/provider/NSASuiteB/TestDSAGenParameterSpec.java timeouts intermittently
jjiang [Wed, 25 May 2016 02:20:02 +0100] rev 38555
8137255: sun/security/provider/NSASuiteB/TestDSAGenParameterSpec.java timeouts intermittently Summary: sun/security/provider/NSASuiteB/TestDSAGenParameterSpec.java timeouts intermittently due to large DSA key parameter generation. Reviewed-by: valeriep Contributed-by: John Jiang <sha.jiang@oracle.com>
Tue, 24 May 2016 18:41:31 -0700 8151904: test/java/lang/StackWalker/VerifyStackTrace.java needs to handle update releases
mli [Tue, 24 May 2016 18:41:31 -0700] rev 38554
8151904: test/java/lang/StackWalker/VerifyStackTrace.java needs to handle update releases Reviewed-by: dfuchs, mchung
Tue, 24 May 2016 13:51:35 -0700 8157724: Improve javadoc tag usage in java.math
darcy [Tue, 24 May 2016 13:51:35 -0700] rev 38553
8157724: Improve javadoc tag usage in java.math Reviewed-by: bpb
Tue, 24 May 2016 20:15:18 +0100 8016521: InetAddress should not always re-order addresses returned from name service
vtewari [Tue, 24 May 2016 20:15:18 +0100] rev 38552
8016521: InetAddress should not always re-order addresses returned from name service Reviewed-by: chegar
Tue, 24 May 2016 10:14:41 -0700 8153768: Miscellaneous changes imported from jsr166 CVS 2016-05
dl [Tue, 24 May 2016 10:14:41 -0700] rev 38551
8153768: Miscellaneous changes imported from jsr166 CVS 2016-05 Reviewed-by: martin, psandoz, chegar, shade
Thu, 26 May 2016 16:02:16 +0000 Added tag jdk-9+120 for changeset c4c94ae846e7
lana [Thu, 26 May 2016 16:02:16 +0000] rev 38550
Added tag jdk-9+120 for changeset c4c94ae846e7
Wed, 05 Jul 2017 21:45:55 +0200 Merge
duke [Wed, 05 Jul 2017 21:45:55 +0200] rev 38549
Merge
Thu, 26 May 2016 16:02:14 +0000 Added tag jdk-9+120 for changeset afc9c8149b19
lana [Thu, 26 May 2016 16:02:14 +0000] rev 38548
Added tag jdk-9+120 for changeset afc9c8149b19
Thu, 26 May 2016 17:17:51 +0000 Merge
lana [Thu, 26 May 2016 17:17:51 +0000] rev 38547
Merge
Wed, 25 May 2016 12:53:26 +0200 8157336: Generation of classlists at build time should be configurable
erikj [Wed, 25 May 2016 12:53:26 +0200] rev 38546
8157336: Generation of classlists at build time should be configurable Reviewed-by: tbell, dholmes
Thu, 26 May 2016 16:02:14 +0000 Added tag jdk-9+120 for changeset cd251f56161f
lana [Thu, 26 May 2016 16:02:14 +0000] rev 38545
Added tag jdk-9+120 for changeset cd251f56161f
Wed, 05 Jul 2017 21:45:41 +0200 Added tag jdk-9+120 for changeset 933054343640
duke [Wed, 05 Jul 2017 21:45:41 +0200] rev 38544
Added tag jdk-9+120 for changeset 933054343640
Wed, 05 Jul 2017 21:45:40 +0200 Merge jdk-9+120
duke [Wed, 05 Jul 2017 21:45:40 +0200] rev 38543
Merge
Wed, 05 Jul 2017 21:45:33 +0200 Merge
duke [Wed, 05 Jul 2017 21:45:33 +0200] rev 38542
Merge
Tue, 24 May 2016 16:02:46 +0200 8131017: jshell tool: pasting code with tabs invokes tab completion
jlahoda [Tue, 24 May 2016 16:02:46 +0200] rev 38541
8131017: jshell tool: pasting code with tabs invokes tab completion Summary: Enabling copy-paste detection. Reviewed-by: lagergren, rfield, sundar
Mon, 23 May 2016 13:05:04 -0700 8157528: jdk/jshell/ExecutionControlTest.java failed intermittently with NPE
rfield [Mon, 23 May 2016 13:05:04 -0700] rev 38540
8157528: jdk/jshell/ExecutionControlTest.java failed intermittently with NPE Reviewed-by: jlahoda
Mon, 23 May 2016 10:12:05 -0700 8157517: jshell tool: allow undoing operations
rfield [Mon, 23 May 2016 10:12:05 -0700] rev 38539
8157517: jshell tool: allow undoing operations 8157395: jshell tool: allow the position of options on commands to be more flexible 8157393: jshell tool: change /set newmode ... to be consistent with /retain mode Reviewed-by: jlahoda
Mon, 23 May 2016 15:07:10 +0100 8157149: Inference: weird propagation of thrown inference variables
mcimadamore [Mon, 23 May 2016 15:07:10 +0100] rev 38538
8157149: Inference: weird propagation of thrown inference variables Summary: Overhaul of treatment of thrown inference variables Reviewed-by: vromero
Mon, 23 May 2016 12:48:18 +0200 8149821: Add VarHandle signature-polymorphic invocation byte code tests
psandoz [Mon, 23 May 2016 12:48:18 +0200] rev 38537
8149821: Add VarHandle signature-polymorphic invocation byte code tests Reviewed-by: mcimadamore
Mon, 23 May 2016 10:08:48 +0530 8154824: Compiler should handle java.nio.file.FileSystemNotFoundException gracefully and not abort
sadayapalam [Mon, 23 May 2016 10:08:48 +0530] rev 38536
8154824: Compiler should handle java.nio.file.FileSystemNotFoundException gracefully and not abort Reviewed-by: jjg
Sat, 21 May 2016 22:32:08 -0700 8156101: JShell SPI: Provide a pluggable execution control SPI
rfield [Sat, 21 May 2016 22:32:08 -0700] rev 38535
8156101: JShell SPI: Provide a pluggable execution control SPI Reviewed-by: jlahoda
Fri, 20 May 2016 17:00:03 -0700 6415644: Make javax.lang.model.SourceVersion more informative
darcy [Fri, 20 May 2016 17:00:03 -0700] rev 38534
6415644: Make javax.lang.model.SourceVersion more informative Reviewed-by: jjg
Fri, 20 May 2016 16:44:35 -0700 8157474: clean up/simplify/rename ModuleWrappers class
jjg [Fri, 20 May 2016 16:44:35 -0700] rev 38533
8157474: clean up/simplify/rename ModuleWrappers class Reviewed-by: mchung
Fri, 20 May 2016 12:24:02 -0700 8153042: jdeps should continue to report JDK internal APIs that are removed/renamed in JDK
mchung [Fri, 20 May 2016 12:24:02 -0700] rev 38532
8153042: jdeps should continue to report JDK internal APIs that are removed/renamed in JDK Reviewed-by: dfuchs
Fri, 20 May 2016 11:55:46 -0700 8157200: jshell tool: Add /retain command to persist settings
rfield [Fri, 20 May 2016 11:55:46 -0700] rev 38531
8157200: jshell tool: Add /retain command to persist settings 8156910: jshell tool: crash when code with syntax error contains format specifier Reviewed-by: jlahoda
Fri, 20 May 2016 09:47:00 -0700 8157391: jdeps left JarFile open
mchung [Fri, 20 May 2016 09:47:00 -0700] rev 38530
8157391: jdeps left JarFile open Reviewed-by: alanb
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip