Wed, 31 Aug 2016 10:35:51 -0700 8164518: JShell: Add failover case of explicitly listening to "localhost"
rfield [Wed, 31 Aug 2016 10:35:51 -0700] rev 40764
8164518: JShell: Add failover case of explicitly listening to "localhost" Reviewed-by: jlahoda
Tue, 30 Aug 2016 20:49:41 -0700 8165109: langtools/test switches to use new CLI options
mchung [Tue, 30 Aug 2016 20:49:41 -0700] rev 40763
8165109: langtools/test switches to use new CLI options Reviewed-by: jjg, amlu
Tue, 30 Aug 2016 17:47:46 -0700 8160851: Remove old launcher module-related options
mchung [Tue, 30 Aug 2016 17:47:46 -0700] rev 40762
8160851: Remove old launcher module-related options Reviewed-by: jjg, alanb
Mon, 29 Aug 2016 13:44:43 -0700 8164837: fix jdeprscan TestLoad and TestScan failures on Windows
smarks [Mon, 29 Aug 2016 13:44:43 -0700] rev 40761
8164837: fix jdeprscan TestLoad and TestScan failures on Windows Reviewed-by: darcy
Thu, 01 Sep 2016 23:20:13 +0000 Added tag jdk-9+134 for changeset eb2c81860c86
lana [Thu, 01 Sep 2016 23:20:13 +0000] rev 40760
Added tag jdk-9+134 for changeset eb2c81860c86
Wed, 05 Jul 2017 22:10:41 +0200 Merge
duke [Wed, 05 Jul 2017 22:10:41 +0200] rev 40759
Merge
Thu, 01 Sep 2016 23:20:11 +0000 Added tag jdk-9+134 for changeset 219458339252
lana [Thu, 01 Sep 2016 23:20:11 +0000] rev 40758
Added tag jdk-9+134 for changeset 219458339252
Wed, 05 Jul 2017 22:10:32 +0200 Merge
duke [Wed, 05 Jul 2017 22:10:32 +0200] rev 40757
Merge
Fri, 02 Sep 2016 02:41:56 +0000 Merge
lana [Fri, 02 Sep 2016 02:41:56 +0000] rev 40756
Merge
Thu, 01 Sep 2016 17:03:41 -0700 8161454: Fails to Load external Java method from inside of a XSL stylesheet if SecurityManager is present
joehw [Thu, 01 Sep 2016 17:03:41 -0700] rev 40755
8161454: Fails to Load external Java method from inside of a XSL stylesheet if SecurityManager is present Reviewed-by: aefimov, lancea, dfuchs
Thu, 01 Sep 2016 17:12:12 +0300 8150145: javax/xml/jaxp/unittest/common/TransformationWarningsTest.java and ValidationWarningsTest.java failed intermittently without any error message
aefimov [Thu, 01 Sep 2016 17:12:12 +0300] rev 40754
8150145: javax/xml/jaxp/unittest/common/TransformationWarningsTest.java and ValidationWarningsTest.java failed intermittently without any error message Reviewed-by: joehw, clanger
Wed, 31 Aug 2016 14:33:23 -0700 8162431: CatalogUriResolver with circular/self referencing catalog file is not throwing CatalogException as expected
joehw [Wed, 31 Aug 2016 14:33:23 -0700] rev 40753
8162431: CatalogUriResolver with circular/self referencing catalog file is not throwing CatalogException as expected Reviewed-by: lancea
Tue, 30 Aug 2016 17:49:43 -0700 8160851: Remove old launcher module-related options
mchung [Tue, 30 Aug 2016 17:49:43 -0700] rev 40752
8160851: Remove old launcher module-related options Reviewed-by: jjg, alanb
Thu, 01 Sep 2016 23:20:11 +0000 Added tag jdk-9+134 for changeset 1dddef49982c
lana [Thu, 01 Sep 2016 23:20:11 +0000] rev 40751
Added tag jdk-9+134 for changeset 1dddef49982c
Wed, 05 Jul 2017 22:10:22 +0200 Merge
duke [Wed, 05 Jul 2017 22:10:22 +0200] rev 40750
Merge
Thu, 01 Sep 2016 23:20:13 +0000 Added tag jdk-9+134 for changeset d48c4f63e546
lana [Thu, 01 Sep 2016 23:20:13 +0000] rev 40749
Added tag jdk-9+134 for changeset d48c4f63e546
Wed, 05 Jul 2017 22:10:13 +0200 Merge
duke [Wed, 05 Jul 2017 22:10:13 +0200] rev 40748
Merge
Thu, 01 Sep 2016 23:20:10 +0000 Added tag jdk-9+134 for changeset 6929cdb3e1c5
lana [Thu, 01 Sep 2016 23:20:10 +0000] rev 40747
Added tag jdk-9+134 for changeset 6929cdb3e1c5
Wed, 05 Jul 2017 22:10:05 +0200 Merge
duke [Wed, 05 Jul 2017 22:10:05 +0200] rev 40746
Merge
Tue, 06 Sep 2016 13:09:29 -0400 8161360: Deprecated vfork() should not be used on Solaris
alanbur [Tue, 06 Sep 2016 13:09:29 -0400] rev 40745
8161360: Deprecated vfork() should not be used on Solaris Reviewed-by: rriggs, dsamersoff
Tue, 06 Sep 2016 18:16:56 +0530 8163952: jlink exclude VM plugin does not support static libraries
sundar [Tue, 06 Sep 2016 18:16:56 +0530] rev 40744
8163952: jlink exclude VM plugin does not support static libraries Reviewed-by: jlaskey
Tue, 06 Sep 2016 14:11:12 +0530 8131061: Use of -Dcom.sun.management.snmp needs to be examined for modules
vtewari [Tue, 06 Sep 2016 14:11:12 +0530] rev 40743
8131061: Use of -Dcom.sun.management.snmp needs to be examined for modules Reviewed-by: mchung, dfuchs
Tue, 06 Sep 2016 13:57:03 +0530 8164730: Make it clear that 'cl' parameter passed to RMIConnector.OISWL is never null.
vtewari [Tue, 06 Sep 2016 13:57:03 +0530] rev 40742
8164730: Make it clear that 'cl' parameter passed to RMIConnector.OISWL is never null. Summary: Added checks inside constructor of ObjectInputStreamWithLoader inner class. Test case added. Reviewed-by: dfuchs, alanb Contributed-by: amit.sapre@oracle.com
Mon, 05 Sep 2016 10:05:12 +0200 8163181: Further improvements for Unix NetworkInterface native implementation
clanger [Mon, 05 Sep 2016 10:05:12 +0200] rev 40741
8163181: Further improvements for Unix NetworkInterface native implementation Reviewed-by: chegar, msheppar
Sat, 03 Sep 2016 13:43:01 +0300 8165243: Base64.Encoder.wrap(os).write(byte[],int,int) with incorrect arguments should not produce output
igerasim [Sat, 03 Sep 2016 13:43:01 +0300] rev 40740
8165243: Base64.Encoder.wrap(os).write(byte[],int,int) with incorrect arguments should not produce output Reviewed-by: rriggs, alanb, sherman
Fri, 02 Sep 2016 12:38:27 -0700 8165000: Selector.select(timeout) throws IOException when timeout is a large long
bpb [Fri, 02 Sep 2016 12:38:27 -0700] rev 40739
8165000: Selector.select(timeout) throws IOException when timeout is a large long Summary: Clamp the timeout passed to kevent0 to the largest value that does not provoke the error. Reviewed-by: clanger, alanb
Fri, 02 Sep 2016 12:30:46 -0400 8155102: (Process) Process.toString could include pid, isAlive, exitStatus
rriggs [Fri, 02 Sep 2016 12:30:46 -0400] rev 40738
8155102: (Process) Process.toString could include pid, isAlive, exitStatus Reviewed-by: rriggs Contributed-by: andrey.dyachkov@gmail.com
Thu, 01 Sep 2016 10:35:38 +0530 8161016: Strange behavior of URLConnection with proxy
rpatil [Thu, 01 Sep 2016 10:35:38 +0530] rev 40737
8161016: Strange behavior of URLConnection with proxy Reviewed-by: shade, chegar
Fri, 02 Sep 2016 14:46:27 +0530 8157992: Improve jlink help message on optimization-related options
sundar [Fri, 02 Sep 2016 14:46:27 +0530] rev 40736
8157992: Improve jlink help message on optimization-related options Reviewed-by: redestad, alanb
Fri, 02 Sep 2016 02:41:37 +0000 Merge
lana [Fri, 02 Sep 2016 02:41:37 +0000] rev 40735
Merge
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip