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
Thu, 01 Sep 2016 13:56:13 -0700 8162108: Rename weakCompareAndSetVolatile to weakCompareAndSet
psandoz [Thu, 01 Sep 2016 13:56:13 -0700] rev 40734
8162108: Rename weakCompareAndSetVolatile to weakCompareAndSet Reviewed-by: martin
Thu, 01 Sep 2016 10:17:01 -0700 8162106: Remove VarHandle.addAndGet
psandoz [Thu, 01 Sep 2016 10:17:01 -0700] rev 40733
8162106: Remove VarHandle.addAndGet Reviewed-by: shade, redestad
Thu, 01 Sep 2016 10:16:57 -0700 8161444: VarHandles should provide access bitwise atomics
psandoz [Thu, 01 Sep 2016 10:16:57 -0700] rev 40732
8161444: VarHandles should provide access bitwise atomics 8162107: Add acquire/release variants for getAndSet and getAndAdd Reviewed-by: shade, redestad
Thu, 01 Sep 2016 08:39:27 -0700 Merge
prr [Thu, 01 Sep 2016 08:39:27 -0700] rev 40731
Merge
Tue, 30 Aug 2016 08:45:21 -0700 Merge
prr [Tue, 30 Aug 2016 08:45:21 -0700] rev 40730
Merge
Tue, 30 Aug 2016 11:07:58 +0530 6357887: selected printertray is ignored under linux
psadhukhan [Tue, 30 Aug 2016 11:07:58 +0530] rev 40729
6357887: selected printertray is ignored under linux Reviewed-by: prr, vadim
Mon, 29 Aug 2016 08:53:32 -0700 Merge
prr [Mon, 29 Aug 2016 08:53:32 -0700] rev 40728
Merge
Wed, 20 Jul 2016 15:07:48 +0200 8161923: Fix free in awt_PrintControl.
goetz [Wed, 20 Jul 2016 15:07:48 +0200] rev 40727
8161923: Fix free in awt_PrintControl. Reviewed-by: vadim
Thu, 25 Aug 2016 16:01:44 +0530 8154218: Non-usage of owner Frame when Frame object is passed to getPrintJob()
psadhukhan [Thu, 25 Aug 2016 16:01:44 +0530] rev 40726
8154218: Non-usage of owner Frame when Frame object is passed to getPrintJob() Reviewed-by: prr, jdv
Thu, 25 Aug 2016 14:12:13 +0530 8158356: SIGSEGV when attempting to rotate BufferedImage using AffineTransform by NaN degrees
aghaisas [Thu, 25 Aug 2016 14:12:13 +0530] rev 40725
8158356: SIGSEGV when attempting to rotate BufferedImage using AffineTransform by NaN degrees Reviewed-by: flar, prr
Thu, 25 Aug 2016 13:46:17 +0530 8163161: [PIT][TEST_BUG] increase timeout in javax/swing/plaf/nimbus/8057791/bug8057791.java
aniyogi [Thu, 25 Aug 2016 13:46:17 +0530] rev 40724
8163161: [PIT][TEST_BUG] increase timeout in javax/swing/plaf/nimbus/8057791/bug8057791.java Reviewed-by: alexsch, rchamyal
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip