Thu, 26 May 2016 19:55:00 +0200 8146389: java/util/logging/XMLFormatterDate.java fails during year switch
dfuchs [Thu, 26 May 2016 19:55:00 +0200] rev 38573
8146389: java/util/logging/XMLFormatterDate.java fails during year switch Summary: Updates the test to match the changes in the XML content that were brought by JDK-8072645. Reviewed-by: joehw
Thu, 26 May 2016 17:19:13 +0000 Merge
lana [Thu, 26 May 2016 17:19:13 +0000] rev 38572
Merge
Thu, 26 May 2016 10:56:58 +0100 8156143: Module.getResourceAsStream throws unspecified SecurityException with module in custom Layer
alanb [Thu, 26 May 2016 10:56:58 +0100] rev 38571
8156143: Module.getResourceAsStream throws unspecified SecurityException with module in custom Layer Reviewed-by: chegar, mchung
Thu, 26 May 2016 16:11:04 +0800 8157663: Remove tools/jimage/JImageTest.java from ProblemList.txt
amlu [Thu, 26 May 2016 16:11:04 +0800] rev 38570
8157663: Remove tools/jimage/JImageTest.java from ProblemList.txt Reviewed-by: darcy
Wed, 25 May 2016 14:05:51 -0700 8157877: Clean up StackWalker permission checks
mchung [Wed, 25 May 2016 14:05:51 -0700] rev 38569
8157877: Clean up StackWalker permission checks Reviewed-by: lancea, ahgross
Wed, 25 May 2016 13:53:03 -0700 8147539: (zipfs) ZipPath should throw ProviderMismatchException when invoking register()
sherman [Wed, 25 May 2016 13:53:03 -0700] rev 38568
8147539: (zipfs) ZipPath should throw ProviderMismatchException when invoking register() 8153248: (zipfs) ZipPath#getFileName( ) returns inconsistent result 8146754: (zipfs) ZipPath.relativize() returns wrong result for path ending with slash / 8139956: (zipfs) ZipPath does not produce correct empty path on relativize() Reviewed-by: alanb, shurailine
Wed, 25 May 2016 13:38:35 -0700 8133977: add specification for serialized forms
smarks [Wed, 25 May 2016 13:38:35 -0700] rev 38567
8133977: add specification for serialized forms Reviewed-by: chegar, plevart, scolebourne
Wed, 25 May 2016 20:26:43 +0100 Merge
alanb [Wed, 25 May 2016 20:26:43 +0100] rev 38566
Merge
Wed, 25 May 2016 20:12:32 +0100 8156142: ModuleReader instances don't always throw NPE for passed null args
alanb [Wed, 25 May 2016 20:12:32 +0100] rev 38565
8156142: ModuleReader instances don't always throw NPE for passed null args Reviewed-by: chegar, mchung
Wed, 25 May 2016 19:58:03 +0100 8150668: Layer.defineModulesXXX with a Configuration containing java.base throws undocumented exception
alanb [Wed, 25 May 2016 19:58:03 +0100] rev 38564
8150668: Layer.defineModulesXXX with a Configuration containing java.base throws undocumented exception Reviewed-by: chegar, mchung
Wed, 25 May 2016 20:04:57 +0100 8157811: Additional minor fixes and cleanups in Networking native code
chegar [Wed, 25 May 2016 20:04:57 +0100] rev 38563
8157811: Additional minor fixes and cleanups in Networking native code Reviewed-by: alanb, clanger, dsamersoff, msheppar
Wed, 25 May 2016 20:00:20 +0100 8157825: Remove JDK 9 specific methods from sun.misc.Unsafe
chegar [Wed, 25 May 2016 20:00:20 +0100] rev 38562
8157825: Remove JDK 9 specific methods from sun.misc.Unsafe Reviewed-by: alanb, mchung, shade
Wed, 25 May 2016 17:07:13 +0300 8136933: Additional tests for Solaris SO_FLOW_SLA socket option in JDK 9
snikandrova [Wed, 25 May 2016 17:07:13 +0300] rev 38561
8136933: Additional tests for Solaris SO_FLOW_SLA socket option in JDK 9 Reviewed-by: chegar
Wed, 25 May 2016 18:01:16 +0800 8157813: Remove sun/rmi/transport/proxy/EagerHttpFallback.java from ProblemList.txt
amlu [Wed, 25 May 2016 18:01:16 +0800] rev 38560
8157813: Remove sun/rmi/transport/proxy/EagerHttpFallback.java from ProblemList.txt Reviewed-by: shade
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
Thu, 19 May 2016 17:34:05 -0700 8152502: tools/jdeps/modules/GenModuleInfo.java and TransitiveDeps fails on windows
mchung [Thu, 19 May 2016 17:34:05 -0700] rev 38529
8152502: tools/jdeps/modules/GenModuleInfo.java and TransitiveDeps fails on windows Reviewed-by: jjg
Thu, 19 May 2016 20:14:16 +0000 Merge
lana [Thu, 19 May 2016 20:14:16 +0000] rev 38528
Merge
Thu, 19 May 2016 19:47:04 +0000 Merge
lana [Thu, 19 May 2016 19:47:04 +0000] rev 38527
Merge
Thu, 19 May 2016 11:56:38 -0700 8144062: Move jdk.Version to java.lang.Runtime.Version
iris [Thu, 19 May 2016 11:56:38 -0700] rev 38526
8144062: Move jdk.Version to java.lang.Runtime.Version Reviewed-by: abuckley, alanb, forax, jjg, mchung, psandoz
Thu, 19 May 2016 11:01:26 -0700 8156575: Add jdeps -addmods, -system, -inverse options
mchung [Thu, 19 May 2016 11:01:26 -0700] rev 38525
8156575: Add jdeps -addmods, -system, -inverse options Reviewed-by: dfuchs
Thu, 19 May 2016 10:55:33 -0700 8156680: jdeps implementation refresh
mchung [Thu, 19 May 2016 10:55:33 -0700] rev 38524
8156680: jdeps implementation refresh Reviewed-by: dfuchs
Thu, 19 May 2016 10:55:33 -0700 8153481: tools/jdeps/modules/GenModuleInfo.java and ModuleTest.java fails intermittently
mchung [Thu, 19 May 2016 10:55:33 -0700] rev 38523
8153481: tools/jdeps/modules/GenModuleInfo.java and ModuleTest.java fails intermittently Reviewed-by: dfuchs
Thu, 19 May 2016 17:57:28 +0100 8157326: Intellij langtools project should use shared run configurations
mcimadamore [Thu, 19 May 2016 17:57:28 +0100] rev 38522
8157326: Intellij langtools project should use shared run configurations Summary: Turn langtools run configurations into shared configurations. Fix minor addExport issues. Reviewed-by: jlahoda
Wed, 18 May 2016 21:00:43 +0200 8133549: Generalize jshell's EditingHistory
jlahoda [Wed, 18 May 2016 21:00:43 +0200] rev 38521
8133549: Generalize jshell's EditingHistory Summary: EditingHistory moved to jdk.internal.le Reviewed-by: rfield
Wed, 18 May 2016 11:35:10 -0700 8157185: jshell tool: ambiguous format -- distinguished arguments should be options
rfield [Wed, 18 May 2016 11:35:10 -0700] rev 38520
8157185: jshell tool: ambiguous format -- distinguished arguments should be options Reviewed-by: vromero
Wed, 18 May 2016 11:38:20 +0530 8154997: Add examples for jigsaw diagnostics
sadayapalam [Wed, 18 May 2016 11:38:20 +0530] rev 38519
8154997: Add examples for jigsaw diagnostics Reviewed-by: jjg, jlahoda
Tue, 17 May 2016 10:13:55 -0700 Merge
jjg [Tue, 17 May 2016 10:13:55 -0700] rev 38518
Merge
Tue, 17 May 2016 10:11:58 -0700 8149599: Update Minefield test
jjg [Tue, 17 May 2016 10:11:58 -0700] rev 38517
8149599: Update Minefield test Reviewed-by: martin
Tue, 17 May 2016 17:53:18 +0100 8156954: javac incorrectly complains of incompatible types
mcimadamore [Tue, 17 May 2016 17:53:18 +0100] rev 38516
8156954: javac incorrectly complains of incompatible types Summary: Add heuristics to pick best stuck constraint as per JLS 18.5.2 Reviewed-by: vromero
Tue, 17 May 2016 01:35:36 +0200 8157102: Avoid exceptional control flow in Configuration.getText
redestad [Tue, 17 May 2016 01:35:36 +0200] rev 38515
8157102: Avoid exceptional control flow in Configuration.getText Reviewed-by: jjg
Mon, 16 May 2016 21:46:32 -0700 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
rfield [Mon, 16 May 2016 21:46:32 -0700] rev 38514
8153920: jshell tool: allow a parameter on the /vars /methods /classes commands Reviewed-by: vromero
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip