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
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
Thu, 02 Jun 2016 20:33:36 +0000 Added tag jdk-9+121 for changeset c95c5bc94fad
lana [Thu, 02 Jun 2016 20:33:36 +0000] rev 38825
Added tag jdk-9+121 for changeset c95c5bc94fad
Wed, 05 Jul 2017 21:48:44 +0200 Merge
duke [Wed, 05 Jul 2017 21:48:44 +0200] rev 38824
Merge
Thu, 02 Jun 2016 21:15:03 +0000 Merge
lana [Thu, 02 Jun 2016 21:15:03 +0000] rev 38823
Merge
Mon, 30 May 2016 17:32:33 -0700 8153944: wsimport and wsgen usage messages not printed
mchung [Mon, 30 May 2016 17:32:33 -0700] rev 38822
8153944: wsimport and wsgen usage messages not printed Reviewed-by: alanb, lancea, aefimov
Mon, 30 May 2016 16:31:56 +0200 8154469: Update FSF address
robilad [Mon, 30 May 2016 16:31:56 +0200] rev 38821
8154469: Update FSF address Summary: Updated Free Software Foundation's mailing address in LICENSE Reviewed-by: rriggs, shade
Thu, 02 Jun 2016 20:33:35 +0000 Added tag jdk-9+121 for changeset 328b05f311d6
lana [Thu, 02 Jun 2016 20:33:35 +0000] rev 38820
Added tag jdk-9+121 for changeset 328b05f311d6
Wed, 05 Jul 2017 21:48:35 +0200 Merge
duke [Wed, 05 Jul 2017 21:48:35 +0200] rev 38819
Merge
Fri, 03 Jun 2016 11:38:38 -0700 8150187: NPE expected if the system identifier is null for CatalogResolver
joehw [Fri, 03 Jun 2016 11:38:38 -0700] rev 38818
8150187: NPE expected if the system identifier is null for CatalogResolver Reviewed-by: rriggs, lancea
Thu, 02 Jun 2016 23:26:41 -0700 8158246: Several api/org_xml/sax/helpers/XMLReader tests failed due to no SAXException occurs
joehw [Thu, 02 Jun 2016 23:26:41 -0700] rev 38817
8158246: Several api/org_xml/sax/helpers/XMLReader tests failed due to no SAXException occurs Reviewed-by: lancea
Thu, 02 Jun 2016 21:15:28 +0000 Merge
lana [Thu, 02 Jun 2016 21:15:28 +0000] rev 38816
Merge
Mon, 30 May 2016 16:28:01 +0200 8154469: Update FSF address
robilad [Mon, 30 May 2016 16:28:01 +0200] rev 38815
8154469: Update FSF address Summary: Updated Free Software Foundation's mailing address in LICENSE Reviewed-by: rriggs, shade
Thu, 02 Jun 2016 20:33:34 +0000 Added tag jdk-9+121 for changeset aab29ffdbd99
lana [Thu, 02 Jun 2016 20:33:34 +0000] rev 38814
Added tag jdk-9+121 for changeset aab29ffdbd99
Wed, 05 Jul 2017 21:48:25 +0200 Merge
duke [Wed, 05 Jul 2017 21:48:25 +0200] rev 38813
Merge
Mon, 06 Jun 2016 18:45:47 +0530 8158736: Adapter class loaders can avoid creating named dynamic modules
sundar [Mon, 06 Jun 2016 18:45:47 +0530] rev 38812
8158736: Adapter class loaders can avoid creating named dynamic modules Reviewed-by: hannesw, mhaupt
Fri, 03 Jun 2016 15:05:17 +0200 8148457: Remove jdk.nashorn.tools.FXShell class
mhaupt [Fri, 03 Jun 2016 15:05:17 +0200] rev 38811
8148457: Remove jdk.nashorn.tools.FXShell class Reviewed-by: sundar, jlaskey, mhaupt
Thu, 02 Jun 2016 21:14:32 +0000 Merge
lana [Thu, 02 Jun 2016 21:14:32 +0000] rev 38810
Merge
Thu, 02 Jun 2016 14:56:20 +0530 8158467: AccessControlException is thrown on public Java class access if "script app loader" is set to null
sundar [Thu, 02 Jun 2016 14:56:20 +0530] rev 38809
8158467: AccessControlException is thrown on public Java class access if "script app loader" is set to null Reviewed-by: mhaupt, hannesw
Wed, 01 Jun 2016 15:17:37 +0530 8158338: Nashorn's ScriptLoader split delegation has to be adjusted
sundar [Wed, 01 Jun 2016 15:17:37 +0530] rev 38808
8158338: Nashorn's ScriptLoader split delegation has to be adjusted Reviewed-by: lagergren, hannesw
Tue, 31 May 2016 21:12:34 +0530 8158250: nashorn ant javadoc targets are broken
sundar [Tue, 31 May 2016 21:12:34 +0530] rev 38807
8158250: nashorn ant javadoc targets are broken Reviewed-by: hannesw, mhaupt
Tue, 31 May 2016 13:04:26 +0530 8158131: Nashorn should not use jdk.internal.module.Modules API
sundar [Tue, 31 May 2016 13:04:26 +0530] rev 38806
8158131: Nashorn should not use jdk.internal.module.Modules API Reviewed-by: hannesw, mhaupt, alanb
Mon, 30 May 2016 16:41:57 +0200 8154469: Update FSF address
robilad [Mon, 30 May 2016 16:41:57 +0200] rev 38805
8154469: Update FSF address Summary: Updated Free Software Foundation's mailing address in LICENSE Reviewed-by: rriggs, shade
Thu, 02 Jun 2016 20:33:36 +0000 Added tag jdk-9+121 for changeset 3e6c168b4edb
lana [Thu, 02 Jun 2016 20:33:36 +0000] rev 38804
Added tag jdk-9+121 for changeset 3e6c168b4edb
Wed, 05 Jul 2017 21:48:16 +0200 Merge
duke [Wed, 05 Jul 2017 21:48:16 +0200] rev 38803
Merge
Thu, 02 Jun 2016 21:14:29 +0000 Merge
lana [Thu, 02 Jun 2016 21:14:29 +0000] rev 38802
Merge
Mon, 30 May 2016 16:23:54 +0200 8154469: Update FSF address
robilad [Mon, 30 May 2016 16:23:54 +0200] rev 38801
8154469: Update FSF address Summary: Updated Free Software Foundation's mailing address in LICENSE Reviewed-by: rriggs, shade
Thu, 02 Jun 2016 20:33:33 +0000 Added tag jdk-9+121 for changeset 108280e801f9
lana [Thu, 02 Jun 2016 20:33:33 +0000] rev 38800
Added tag jdk-9+121 for changeset 108280e801f9
Wed, 05 Jul 2017 21:48:06 +0200 Merge
duke [Wed, 05 Jul 2017 21:48:06 +0200] rev 38799
Merge
Mon, 06 Jun 2016 12:45:17 -0700 Merge
amurillo [Mon, 06 Jun 2016 12:45:17 -0700] rev 38798
Merge
Mon, 06 Jun 2016 09:58:04 -0700 Merge
amurillo [Mon, 06 Jun 2016 09:58:04 -0700] rev 38797
Merge
Thu, 02 Jun 2016 14:58:53 -0700 Merge
amurillo [Thu, 02 Jun 2016 14:58:53 -0700] rev 38796
Merge
Fri, 27 May 2016 19:31:41 +0300 8152950: BasicLauncherTest.java fails due to type error
dsamersoff [Fri, 27 May 2016 19:31:41 +0300] rev 38795
8152950: BasicLauncherTest.java fails due to type error Summary: Better handle js engine initialization error Reviewed-by: jbachorik
Thu, 26 May 2016 14:24:50 -0700 Merge
amurillo [Thu, 26 May 2016 14:24:50 -0700] rev 38794
Merge
Wed, 25 May 2016 17:29:47 -0400 8157716: jdk.internal.loader.ClassLoaders.addURLToUCP() should return converted real path URL.
jiangli [Wed, 25 May 2016 17:29:47 -0400] rev 38793
8157716: jdk.internal.loader.ClassLoaders.addURLToUCP() should return converted real path URL. Summary: Rename jdk.internal.loader.ClassLoaders.addURLToUCP() to toFileURL(), which returns the converted URL. Reviewed-by: martin, mchung Contributed-by: alan.bateman@oracle.com
Tue, 24 May 2016 14:14:18 +0300 Merge
vlivanov [Tue, 24 May 2016 14:14:18 +0300] rev 38792
Merge
Fri, 20 May 2016 18:05:28 +0300 Merge
vlivanov [Fri, 20 May 2016 18:05:28 +0300] rev 38791
Merge
Fri, 13 May 2016 08:31:23 +0200 8155608: String intrinsic range checks are not strict enough
thartmann [Fri, 13 May 2016 08:31:23 +0200] rev 38790
8155608: String intrinsic range checks are not strict enough Summary: Range checks in inflate, compress and getChars are not strict enough. Reviewed-by: kvn, twisti, jrose
Wed, 11 May 2016 09:13:45 +0200 8144826: [JVMCI] Remove jdk.vm.ci.hotspot.Stable and use jdk.internal.vm.annotation.Stable
psandoz [Wed, 11 May 2016 09:13:45 +0200] rev 38789
8144826: [JVMCI] Remove jdk.vm.ci.hotspot.Stable and use jdk.internal.vm.annotation.Stable Reviewed-by: twisti
Wed, 11 May 2016 00:38:26 +0300 Merge
vlivanov [Wed, 11 May 2016 00:38:26 +0300] rev 38788
Merge
Tue, 24 May 2016 08:53:54 +0200 8157555: com/sun/jdi/RedefineClearBreakpoint.sh times out due to Indify String Concat being slow in debug mode
sla [Tue, 24 May 2016 08:53:54 +0200] rev 38787
8157555: com/sun/jdi/RedefineClearBreakpoint.sh times out due to Indify String Concat being slow in debug mode Reviewed-by: sspitsyn
Mon, 06 Jun 2016 10:52:21 -0700 8146156: Inconsistent default locale in string formatter methods
naoto [Mon, 06 Jun 2016 10:52:21 -0700] rev 38786
8146156: Inconsistent default locale in string formatter methods Reviewed-by: sherman
Mon, 06 Jun 2016 09:13:35 +0200 8158171: MethodHandles.dropArgumentsToMatch(...) non-documented IAE
srastogi [Mon, 06 Jun 2016 09:13:35 +0200] rev 38785
8158171: MethodHandles.dropArgumentsToMatch(...) non-documented IAE Reviewed-by: sundar, mhaupt
Fri, 03 Jun 2016 17:01:23 -0700 8152893: StackWalker#getCallerClass is not filtering hidden/ reflection frames when walker is configured to show hidden /reflection frames
bchristi [Fri, 03 Jun 2016 17:01:23 -0700] rev 38784
8152893: StackWalker#getCallerClass is not filtering hidden/ reflection frames when walker is configured to show hidden /reflection frames Reviewed-by: mchung
Fri, 03 Jun 2016 16:31:13 -0700 8074819: Resolve disabled warnings for libzip
sherman [Fri, 03 Jun 2016 16:31:13 -0700] rev 38783
8074819: Resolve disabled warnings for libzip Reviewed-by: naoto
Fri, 03 Jun 2016 12:26:45 -0700 8158604: test/java/util/ResourceBundle/modules/appbasic missing @test
mchung [Fri, 03 Jun 2016 12:26:45 -0700] rev 38782
8158604: test/java/util/ResourceBundle/modules/appbasic missing @test Reviewed-by: alanb, okutsu
Fri, 03 Jun 2016 16:28:53 +0100 8158651: ConcurrentModification exceptions in httpclient
michaelm [Fri, 03 Jun 2016 16:28:53 +0100] rev 38781
8158651: ConcurrentModification exceptions in httpclient Reviewed-by: rriggs
Fri, 03 Jun 2016 13:45:30 +0100 8158525: Update a few java/net tests to use the loopback address instead of the host address
chegar [Fri, 03 Jun 2016 13:45:30 +0100] rev 38780
8158525: Update a few java/net tests to use the loopback address instead of the host address Reviewed-by: rriggs
Thu, 02 Jun 2016 16:39:14 -0700 8157892: StackFrame::getFileName returns null when a source file exists for native methods
mchung [Thu, 02 Jun 2016 16:39:14 -0700] rev 38779
8157892: StackFrame::getFileName returns null when a source file exists for native methods 8157977: getByteCodeIndex method from StackFrame does not return negative number when StackFrame is a native frame Reviewed-by: dfuchs, bchristi
Thu, 02 Jun 2016 21:15:12 +0000 Merge
lana [Thu, 02 Jun 2016 21:15:12 +0000] rev 38778
Merge
Thu, 02 Jun 2016 14:03:50 -0700 8158482: regex UNICODE_CHARACTER_CLASS flag cannot be disabled with an embedded flag expression
sherman [Thu, 02 Jun 2016 14:03:50 -0700] rev 38777
8158482: regex UNICODE_CHARACTER_CLASS flag cannot be disabled with an embedded flag expression Reviewed-by: bpb
Thu, 02 Jun 2016 12:25:17 -0700 8158560: Mark java/rmi/transport/dgcDeadLock/DGCDeadLock.java as intermittently faiing
rhalade [Thu, 02 Jun 2016 12:25:17 -0700] rev 38776
8158560: Mark java/rmi/transport/dgcDeadLock/DGCDeadLock.java as intermittently faiing Reviewed-by: smarks
Thu, 02 Jun 2016 10:52:55 -0700 8158551: BigDecimal.sqrt javadoc typo
darcy [Thu, 02 Jun 2016 10:52:55 -0700] rev 38775
8158551: BigDecimal.sqrt javadoc typo Reviewed-by: bpb, lancea
Thu, 02 Jun 2016 14:28:16 +0200 8156868: MethodHandles.zero(Class) doc issues
mhaupt [Thu, 02 Jun 2016 14:28:16 +0200] rev 38774
8156868: MethodHandles.zero(Class) doc issues Reviewed-by: psandoz, mhaupt
Wed, 01 Jun 2016 15:28:05 -0700 8158451: Problem list IncludeLocalesPluginTest.java
darcy [Wed, 01 Jun 2016 15:28:05 -0700] rev 38773
8158451: Problem list IncludeLocalesPluginTest.java Reviewed-by: naoto
Wed, 01 Jun 2016 13:47:55 -0700 8059361: Properties.stringPropertyNames() returns a set inconsistent with the assertions from the spec
smarks [Wed, 01 Jun 2016 13:47:55 -0700] rev 38772
8059361: Properties.stringPropertyNames() returns a set inconsistent with the assertions from the spec Reviewed-by: mchung
Wed, 01 Jun 2016 11:22:06 -0700 8158430: Push tests for JDK-5040830
darcy [Wed, 01 Jun 2016 11:22:06 -0700] rev 38771
8158430: Push tests for JDK-5040830 Reviewed-by: psandoz
Wed, 01 Jun 2016 11:16:58 -0700 5040830: (ann) please improve toString() for annotations containing exception proxies
darcy [Wed, 01 Jun 2016 11:16:58 -0700] rev 38770
5040830: (ann) please improve toString() for annotations containing exception proxies Reviewed-by: psandoz
Wed, 01 Jun 2016 09:52:08 -0700 8061777: (zipfs) IllegalArgumentException in ZipCoder.toString when using Shitft_JIS
sherman [Wed, 01 Jun 2016 09:52:08 -0700] rev 38769
8061777: (zipfs) IllegalArgumentException in ZipCoder.toString when using Shitft_JIS Reviewed-by: psandoz
Wed, 01 Jun 2016 14:33:44 +0100 8151876: (tz) Support tzdata2016d
rpatil [Wed, 01 Jun 2016 14:33:44 +0100] rev 38768
8151876: (tz) Support tzdata2016d Reviewed-by: okutsu, coffeys
Wed, 01 Jun 2016 15:35:38 +0800 8152108: Correct jarsigner warning message about missing timestamp
weijun [Wed, 01 Jun 2016 15:35:38 +0800] rev 38767
8152108: Correct jarsigner warning message about missing timestamp Reviewed-by: mullan
Tue, 31 May 2016 22:04:00 -0700 8158194: Rename the directory “InstalledModuleDescriptors” and any reference to “installed” to “system” in the tests
mli [Tue, 31 May 2016 22:04:00 -0700] rev 38766
8158194: Rename the directory “InstalledModuleDescriptors” and any reference to “installed” to “system” in the tests Reviewed-by: mchung
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 tip