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
Wed, 24 Aug 2016 13:36:46 -0700 8139176: [macosx] java.awt.TextLayout does not handle correctly the bolded logical fonts
prr [Wed, 24 Aug 2016 13:36:46 -0700] rev 40723
8139176: [macosx] java.awt.TextLayout does not handle correctly the bolded logical fonts Reviewed-by: serb, vadim
Wed, 24 Aug 2016 12:56:51 -0700 8164752: Extraneous debugging printf in hb-jdk-font.cc
prr [Wed, 24 Aug 2016 12:56:51 -0700] rev 40722
8164752: Extraneous debugging printf in hb-jdk-font.cc Reviewed-by: bpb
Wed, 24 Aug 2016 10:59:17 -0700 8149562: TIFFField#createFromMetadataNode javadoc should provide information about sibling/child nodes that should be part of parameter node
bpb [Wed, 24 Aug 2016 10:59:17 -0700] rev 40721
8149562: TIFFField#createFromMetadataNode javadoc should provide information about sibling/child nodes that should be part of parameter node Summary: Add a throws clause to the TIFFField.createFromMetadataNode method specification stating that the supplied Node parameter must adhere to the TIFFField element structure defined by the TIFF native image metadata DTD. Reviewed-by: prr, darcy, serb
Wed, 24 Aug 2016 09:45:20 +0900 8164628: update copyright header in java.awt.font.JavaAWTFontAccessImpl class
peytoia [Wed, 24 Aug 2016 09:45:20 +0900] rev 40720
8164628: update copyright header in java.awt.font.JavaAWTFontAccessImpl class Reviewed-by: prr, iris
Wed, 24 Aug 2016 00:23:49 +0400 8129854: Remove reflection from AWT/Swing classes
alexsch [Wed, 24 Aug 2016 00:23:49 +0400] rev 40719
8129854: Remove reflection from AWT/Swing classes Reviewed-by: serb
Tue, 23 Aug 2016 20:45:35 +0300 8160217: JavaSound should clean up resources better
serb [Tue, 23 Aug 2016 20:45:35 +0300] rev 40718
8160217: JavaSound should clean up resources better Reviewed-by: prr
Tue, 23 Aug 2016 18:15:27 +0300 8162840: Desktop. enableSuddenTermination() has no effect
azvegint [Tue, 23 Aug 2016 18:15:27 +0300] rev 40717
8162840: Desktop. enableSuddenTermination() has no effect Reviewed-by: serb
Tue, 23 Aug 2016 14:47:53 +0530 8158524: Adding a test case to compare the rendered output of VolatileImage with that of BufferedImage
pnarayanan [Tue, 23 Aug 2016 14:47:53 +0530] rev 40716
8158524: Adding a test case to compare the rendered output of VolatileImage with that of BufferedImage Reviewed-by: serb, psadhukhan
Tue, 23 Aug 2016 15:35:44 +0900 8163362: Reconsider reflection usage in java.awt.font.JavaAWTFontAccessImpl class
rgoel [Tue, 23 Aug 2016 15:35:44 +0900] rev 40715
8163362: Reconsider reflection usage in java.awt.font.JavaAWTFontAccessImpl class Reviewed-by: naoto, okutsu, prr
Tue, 23 Aug 2016 10:27:47 +0530 8163922: Print-to-file is disabled for SERVICE_FORMATTED docflavor in linux
psadhukhan [Tue, 23 Aug 2016 10:27:47 +0530] rev 40714
8163922: Print-to-file is disabled for SERVICE_FORMATTED docflavor in linux Reviewed-by: prr, jdv
Mon, 22 Aug 2016 10:02:10 -0700 Merge
ddehaven [Mon, 22 Aug 2016 10:02:10 -0700] rev 40713
Merge
Mon, 22 Aug 2016 10:35:16 -0700 8145901: Printed content is overlapping.
prr [Mon, 22 Aug 2016 10:35:16 -0700] rev 40712
8145901: Printed content is overlapping. Reviewed-by: serb, psadhukhan
Mon, 22 Aug 2016 18:23:46 +0530 8156099: [macosx] Drag and drop of link from web browser, DataFlavor types application/x-java-url and text/uri-list, getTransferData returns null
mhalder [Mon, 22 Aug 2016 18:23:46 +0530] rev 40711
8156099: [macosx] Drag and drop of link from web browser, DataFlavor types application/x-java-url and text/uri-list, getTransferData returns null Reviewed-by: mcherkas, serb Contributed-by: manajit.halder@oracle.com
Mon, 22 Aug 2016 14:41:36 +0530 8163160: [PIT][TEST_BUG] Some issues in java/awt/image/multiresolution/MultiResolutionIcon/IconTest.java
rchamyal [Mon, 22 Aug 2016 14:41:36 +0530] rev 40710
8163160: [PIT][TEST_BUG] Some issues in java/awt/image/multiresolution/MultiResolutionIcon/IconTest.java Reviewed-by: serb, yan Contributed-by: rajeev.chamyal@oracle.com
Mon, 22 Aug 2016 01:35:40 +0300 8164104: Cleanup of javaclient related mapfiles
serb [Mon, 22 Aug 2016 01:35:40 +0300] rev 40709
8164104: Cleanup of javaclient related mapfiles Reviewed-by: prr
Sat, 20 Aug 2016 18:35:37 +0300 8148109: [SWT] Provide a supported mechanism to use EmbeddedFrame
serb [Sat, 20 Aug 2016 18:35:37 +0300] rev 40708
8148109: [SWT] Provide a supported mechanism to use EmbeddedFrame Reviewed-by: alanb, prr
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -32 +32 +50 +100 +300 +1000 +3000 +10000 tip