Thu, 09 Jun 2016 17:28:37 +0000 Added tag jdk-9+122 for changeset 57f451f8c235
lana [Thu, 09 Jun 2016 17:28:37 +0000] rev 38903
Added tag jdk-9+122 for changeset 57f451f8c235
Wed, 05 Jul 2017 21:49:43 +0200 Merge
duke [Wed, 05 Jul 2017 21:49:43 +0200] rev 38902
Merge
Mon, 13 Jun 2016 12:39:28 +0200 8159220: Preserve position info in module import and export entries
hannesw [Mon, 13 Jun 2016 12:39:28 +0200] rev 38901
8159220: Preserve position info in module import and export entries Reviewed-by: sundar, lagergren
Thu, 09 Jun 2016 19:07:12 +0000 Merge
lana [Thu, 09 Jun 2016 19:07:12 +0000] rev 38900
Merge
Wed, 08 Jun 2016 20:35:23 +0530 8159034: 4 nashorn ant tests fail with latest jdk9-dev build with IncompatibleClassChangeError
sundar [Wed, 08 Jun 2016 20:35:23 +0530] rev 38899
8159034: 4 nashorn ant tests fail with latest jdk9-dev build with IncompatibleClassChangeError Reviewed-by: hannesw, jlaskey
Wed, 08 Jun 2016 15:53:22 +0200 8159031: jjs throws NoSuchFileException if ~/.jjs.history does not exist
hannesw [Wed, 08 Jun 2016 15:53:22 +0200] rev 38898
8159031: jjs throws NoSuchFileException if ~/.jjs.history does not exist Reviewed-by: sundar, mhaupt
Tue, 07 Jun 2016 19:13:26 +0530 8158922: jjs tab completion of Java classes shows package-private, "hidden" classes too
sundar [Tue, 07 Jun 2016 19:13:26 +0530] rev 38897
8158922: jjs tab completion of Java classes shows package-private, "hidden" classes too Reviewed-by: hannesw, mhaupt
Thu, 09 Jun 2016 17:28:39 +0000 Added tag jdk-9+122 for changeset 6155e509fca0
lana [Thu, 09 Jun 2016 17:28:39 +0000] rev 38896
Added tag jdk-9+122 for changeset 6155e509fca0
Wed, 05 Jul 2017 21:49:35 +0200 Merge
duke [Wed, 05 Jul 2017 21:49:35 +0200] rev 38895
Merge
Thu, 09 Jun 2016 17:28:36 +0000 Added tag jdk-9+122 for changeset 4fe343030c2a
lana [Thu, 09 Jun 2016 17:28:36 +0000] rev 38894
Added tag jdk-9+122 for changeset 4fe343030c2a
Wed, 05 Jul 2017 21:49:29 +0200 Merge
duke [Wed, 05 Jul 2017 21:49:29 +0200] rev 38893
Merge
Mon, 13 Jun 2016 18:28:46 +0100 8041924: sun/net/www/http/ChunkedOutputStream/checkError.java fails on some systems
chegar [Mon, 13 Jun 2016 18:28:46 +0100] rev 38892
8041924: sun/net/www/http/ChunkedOutputStream/checkError.java fails on some systems Reviewed-by: coffeys
Sun, 12 Jun 2016 23:19:34 -0700 8062758: Update java/security/Security/ClassLoaderDeadlock/Deadlock2.sh with the removal of -Djava.ext.dirs
bgopularam [Sun, 12 Jun 2016 23:19:34 -0700] rev 38891
8062758: Update java/security/Security/ClassLoaderDeadlock/Deadlock2.sh with the removal of -Djava.ext.dirs Summary: Removing test as java.ext.dirs not supported Reviewed-by: mchung, mullan
Mon, 13 Jun 2016 09:31:20 -0600 8159186: jdk/test/Makefile: allow users to set verbosity
dlsmith [Mon, 13 Jun 2016 09:31:20 -0600] rev 38890
8159186: jdk/test/Makefile: allow users to set verbosity Reviewed-by: erikj
Mon, 13 Jun 2016 15:48:17 +0100 8159039: sun/net/httpclient/hpack/HeaderTableTest.java fails on some locales
prappo [Mon, 13 Jun 2016 15:48:17 +0100] rev 38889
8159039: sun/net/httpclient/hpack/HeaderTableTest.java fails on some locales Reviewed-by: chegar
Mon, 13 Jun 2016 14:02:04 +0200 8159334: ModuleDescriptor retains overlapping sets for all and concealed packages
redestad [Mon, 13 Jun 2016 14:02:04 +0200] rev 38888
8159334: ModuleDescriptor retains overlapping sets for all and concealed packages Reviewed-by: alanb, mchung
Mon, 13 Jun 2016 11:46:07 +0200 8139507: WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs
jlahoda [Mon, 13 Jun 2016 11:46:07 +0200] rev 38887
8139507: WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs Summary: Making Preferences.systemRoot/userRoot lazy on Windows, to avoid warnings for system root when only user root was requested; reducing synchronization while creating the Preferences. Reviewed-by: alanb
Mon, 13 Jun 2016 00:47:32 -0700 8158620: Enable debug option for sun/security/ec/TestEC.java
fyuan [Mon, 13 Jun 2016 00:47:32 -0700] rev 38886
8158620: Enable debug option for sun/security/ec/TestEC.java Reviewed-by: mullan, xuelei Contributed-by: Tim Du <tiantian.du@oracle.com>
Mon, 13 Jun 2016 08:29:43 +0100 8158519: Incorrect network mask and broadcast address on Linux when there are multiple IPv4 addresses on an interface
chegar [Mon, 13 Jun 2016 08:29:43 +0100] rev 38885
8158519: Incorrect network mask and broadcast address on Linux when there are multiple IPv4 addresses on an interface Reviewed-by: clanger, chegar, dsamersoff Contributed-by: christoph.langer@sap.com, chris.hegarty@oracle.com, doychin@dsoft-bg.com
Mon, 13 Jun 2016 08:20:34 +0100 8153666: Optimize Formatter.formatMessage
dfuchs [Mon, 13 Jun 2016 08:20:34 +0100] rev 38884
8153666: Optimize Formatter.formatMessage Summary: This patch brings a small optimization that removes needless synchronization in Formatter.formatMessage. It also fixes the code that decides whether to call MessageFormat, and brings a small clarification to the API documentation on the conditions when that will happen. Reviewed-by: rriggs, martin
Sun, 12 Jun 2016 21:55:20 -0700 8151913: Fix module dependencies in java/net tests
mli [Sun, 12 Jun 2016 21:55:20 -0700] rev 38883
8151913: Fix module dependencies in java/net tests Summary: Module dependency declaration for java/net/* tests Reviewed-by: alanb Contributed-by: John Jiang <sha.jiang@oracle.com>
Sun, 12 Jun 2016 12:14:52 -0700 5041778: (ann) AnnotationFormatError if "default" Class type not found
darcy [Sun, 12 Jun 2016 12:14:52 -0700] rev 38882
5041778: (ann) AnnotationFormatError if "default" Class type not found Reviewed-by: jfranck
Sun, 12 Jun 2016 10:48:19 +0800 8158534: DrbgParameters strength parameter is underspecified if < -1
weijun [Sun, 12 Jun 2016 10:48:19 +0800] rev 38881
8158534: DrbgParameters strength parameter is underspecified if < -1 Reviewed-by: xuelei
Sat, 11 Jun 2016 18:33:53 -0700 8157665: ProblemList.txt needs to be updated as 7041639 closed
mli [Sat, 11 Jun 2016 18:33:53 -0700] rev 38880
8157665: ProblemList.txt needs to be updated as 7041639 closed Summary: Since the bug JDK-7041639 have been closed, so the associated tests should be removed from ProblemList. Reviewed-by: xuelei Contributed-by: John Jiang <sha.jiang@oracle.com>
Fri, 10 Jun 2016 13:47:19 -0700 8158458: Update references from "1.9" to "9"
iris [Fri, 10 Jun 2016 13:47:19 -0700] rev 38879
8158458: Update references from "1.9" to "9" Reviewed-by: prr
Fri, 10 Jun 2016 23:06:24 +0000 8157627: Ucrypto prov need to workaround the renaming of CK_AES_GCM_PARAMS starting S11.3
valeriep [Fri, 10 Jun 2016 23:06:24 +0000] rev 38878
8157627: Ucrypto prov need to workaround the renaming of CK_AES_GCM_PARAMS starting S11.3 Summary: Update Ucrypto header files to provide the definition of CK_AES_GCM_PARAMS for S11.3 and later Reviewed-by: ascarpino
Fri, 10 Jun 2016 22:39:40 +0000 8157495: SHA-3 Hash algorithm performance improvements (~12x speedup)
valeriep [Fri, 10 Jun 2016 22:39:40 +0000] rev 38877
8157495: SHA-3 Hash algorithm performance improvements (~12x speedup) Summary: Various improvements on performance and memory footprint Reviewed-by: ascarpino
Fri, 10 Jun 2016 10:54:34 -0700 8159263: Problem list tools/jmod/JmodTest.java
darcy [Fri, 10 Jun 2016 10:54:34 -0700] rev 38876
8159263: Problem list tools/jmod/JmodTest.java Reviewed-by: jlaskey
Fri, 10 Jun 2016 20:25:51 +0900 8040211: Update LSR datafile for BCP 47
nishjain [Fri, 10 Jun 2016 20:25:51 +0900] rev 38875
8040211: Update LSR datafile for BCP 47 Reviewed-by: okutsu, peytoia
Fri, 10 Jun 2016 07:38:33 -0300 8159228: Exclude jlink tests until jrt-fs patterns are rectified
jlaskey [Fri, 10 Jun 2016 07:38:33 -0300] rev 38874
8159228: Exclude jlink tests until jrt-fs patterns are rectified Reviewed-by: sundar
Fri, 10 Jun 2016 00:37:24 -0700 8157925: Typo in the API documentation of X509KeyManager
jnimeh [Fri, 10 Jun 2016 00:37:24 -0700] rev 38873
8157925: Typo in the API documentation of X509KeyManager Summary: Corrects the misspelled word "implentations" to "implementations" Reviewed-by: ascarpino
Thu, 09 Jun 2016 19:07:27 +0000 Merge
lana [Thu, 09 Jun 2016 19:07:27 +0000] rev 38872
Merge
Thu, 09 Jun 2016 11:39:42 -0300 8158402: jlink: should use regex for all pattern operations (--order-resources or --exclude-resources)
jlaskey [Thu, 09 Jun 2016 11:39:42 -0300] rev 38871
8158402: jlink: should use regex for all pattern operations (--order-resources or --exclude-resources) Reviewed-by: sundar, alanb
Thu, 09 Jun 2016 11:39:42 -0300 8156995: jimage: extract specified contents
jlaskey [Thu, 09 Jun 2016 11:39:42 -0300] rev 38870
8156995: jimage: extract specified contents Reviewed-by: sundar, alanb
Thu, 09 Jun 2016 11:39:42 -0300 8156994: jimage --help is not helpful
jlaskey [Thu, 09 Jun 2016 11:39:42 -0300] rev 38869
8156994: jimage --help is not helpful Reviewed-by: sundar, alanb
Thu, 09 Jun 2016 16:13:09 +0200 8158933: String concat stringifiers setup should avoid unnecessary lookups
redestad [Thu, 09 Jun 2016 16:13:09 +0200] rev 38868
8158933: String concat stringifiers setup should avoid unnecessary lookups Reviewed-by: shade
Thu, 09 Jun 2016 09:33:37 +0200 8147585: Annotations with lambda expressions has parameter result in wrong behavior.
srastogi [Thu, 09 Jun 2016 09:33:37 +0200] rev 38867
8147585: Annotations with lambda expressions has parameter result in wrong behavior. Reviewed-by: psandoz, darcy, jfranck, vlivanov, mhaupt
Wed, 08 Jun 2016 17:30:37 -0700 8158881: Doc typo in src/../java/net/URI.java
mli [Wed, 08 Jun 2016 17:30:37 -0700] rev 38866
8158881: Doc typo in src/../java/net/URI.java Reviewed-by: chegar, wetmore
Wed, 08 Jun 2016 11:28:13 -0700 8158978: ALPN not working when values are set directly on a SSLServerSocket
wetmore [Wed, 08 Jun 2016 11:28:13 -0700] rev 38865
8158978: ALPN not working when values are set directly on a SSLServerSocket Reviewed-by: xuelei
Wed, 08 Jun 2016 15:19:58 +0100 8156693: Improve usability of CompletableFuture use in WebSocket API
prappo [Wed, 08 Jun 2016 15:19:58 +0100] rev 38864
8156693: Improve usability of CompletableFuture use in WebSocket API Reviewed-by: rriggs
Wed, 08 Jun 2016 15:50:11 +0200 8159031: jjs throws NoSuchFileException if ~/.jjs.history does not exist
hannesw [Wed, 08 Jun 2016 15:50:11 +0200] rev 38863
8159031: jjs throws NoSuchFileException if ~/.jjs.history does not exist Reviewed-by: sundar, mhaupt
Wed, 08 Jun 2016 16:25:39 +0800 8159012: Problem list sun/net/www/http/ChunkedOutputStream/checkError.java
amlu [Wed, 08 Jun 2016 16:25:39 +0800] rev 38862
8159012: Problem list sun/net/www/http/ChunkedOutputStream/checkError.java Reviewed-by: chegar
Wed, 08 Jun 2016 11:14:45 +0300 8158851: MH.publicLookup() init circularity, triggered by custom SecurityManager with String concat and -limitmods java.base
shade [Wed, 08 Jun 2016 11:14:45 +0300] rev 38861
8158851: MH.publicLookup() init circularity, triggered by custom SecurityManager with String concat and -limitmods java.base Reviewed-by: alanb, redestad, jlaskey
Wed, 08 Jun 2016 12:54:37 +0900 8047780: [Doc] Locale.LanguageRange() throws an undocumented IAE when range is ill-formed.
nishjain [Wed, 08 Jun 2016 12:54:37 +0900] rev 38860
8047780: [Doc] Locale.LanguageRange() throws an undocumented IAE when range is ill-formed. Reviewed-by: okutsu, peytoia
Tue, 07 Jun 2016 09:00:11 -0700 8157896: TestDSAGenParameterSpec.java test fails with timeout
ssahoo [Tue, 07 Jun 2016 09:00:11 -0700] rev 38859
8157896: TestDSAGenParameterSpec.java test fails with timeout 8157898: SupportedDSAParamGen.java failed with timeout Reviewed-by: xuelei
Tue, 07 Jun 2016 08:54:46 -0700 8157603: TestCipher.java doesn't check one of the decrypted message as expected
akosarev [Tue, 07 Jun 2016 08:54:46 -0700] rev 38858
8157603: TestCipher.java doesn't check one of the decrypted message as expected Reviewed-by: valeriep
Tue, 07 Jun 2016 11:43:46 +0000 8073611: javax.script.ScriptEngineFactory: formatting error in javadoc of getParameter
akolarkunnu [Tue, 07 Jun 2016 11:43:46 +0000] rev 38857
8073611: javax.script.ScriptEngineFactory: formatting error in javadoc of getParameter Reviewed-by: sundar
Tue, 07 Jun 2016 12:29:19 +0100 8156650: Simplify Text message support in WebSocket API
prappo [Tue, 07 Jun 2016 12:29:19 +0100] rev 38856
8156650: Simplify Text message support in WebSocket API Reviewed-by: rriggs
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
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip