Mon, 09 May 2016 08:50:20 -0700 Merge
prr [Mon, 09 May 2016 08:50:20 -0700] rev 38408
Merge
Mon, 09 May 2016 12:55:03 +0300 8155071: AppletViewer should print the deprecation warning that the Applet API is deprecated
serb [Mon, 09 May 2016 12:55:03 +0300] rev 38407
8155071: AppletViewer should print the deprecation warning that the Applet API is deprecated Reviewed-by: prr, smarks
Fri, 06 May 2016 12:57:37 -0700 8156459: SimpleCMYKColorSpace serialVersionUID is inappropriate
bpb [Fri, 06 May 2016 12:57:37 -0700] rev 38406
8156459: SimpleCMYKColorSpace serialVersionUID is inappropriate Summary: Generate an appropriate value using the 'serialver' command. Reviewed-by: prr
Fri, 06 May 2016 17:43:36 +0300 8154328: [TEST_BUG] java/awt/TrayIcon/ActionEventTest/ActionEventTest.java
arapte [Fri, 06 May 2016 17:43:36 +0300] rev 38405
8154328: [TEST_BUG] java/awt/TrayIcon/ActionEventTest/ActionEventTest.java Reviewed-by: serb, rchamyal
Thu, 05 May 2016 16:08:34 +0300 8137137: [macosx] The native dialog doesn't have 'close'(X) button on Mac
mhalder [Thu, 05 May 2016 16:08:34 +0300] rev 38404
8137137: [macosx] The native dialog doesn't have 'close'(X) button on Mac Reviewed-by: psadhukhan, prr
Thu, 05 May 2016 14:56:42 +0300 8155742: [Windows] robot.keyPress(KeyEvent.VK_ALT_GRAPH) throws java.lang.IllegalArgumentException in windows
arapte [Thu, 05 May 2016 14:56:42 +0300] rev 38403
8155742: [Windows] robot.keyPress(KeyEvent.VK_ALT_GRAPH) throws java.lang.IllegalArgumentException in windows Reviewed-by: rchamyal, serb
Thu, 05 May 2016 14:44:25 +0300 6384991: TrayIcon ActionListener called at wrong time
arapte [Thu, 05 May 2016 14:44:25 +0300] rev 38402
6384991: TrayIcon ActionListener called at wrong time Reviewed-by: rchamyal, serb
Thu, 05 May 2016 01:30:23 +0300 8151786: [TESTBUG] java/beans/XMLEncoder/Test4625418.java timed out intermittently
serb [Thu, 05 May 2016 01:30:23 +0300] rev 38401
8151786: [TESTBUG] java/beans/XMLEncoder/Test4625418.java timed out intermittently Reviewed-by: alexsch, yan
Wed, 04 May 2016 10:01:00 -0700 8149816: TIFFField#getValueAsString result is unexpected for RATIONAL and SRATIONAL types (when modulo is 0)
bpb [Wed, 04 May 2016 10:01:00 -0700] rev 38400
8149816: TIFFField#getValueAsString result is unexpected for RATIONAL and SRATIONAL types (when modulo is 0) Summary: Add more precision to the specification verbiage of getValueAsString(). Reviewed-by: prr
Wed, 04 May 2016 01:03:46 +0300 6729836: JavaSound treats large file sizes as negative and cannot read or skip
serb [Wed, 04 May 2016 01:03:46 +0300] rev 38399
6729836: JavaSound treats large file sizes as negative and cannot read or skip Reviewed-by: prr
Tue, 03 May 2016 12:25:20 -0700 Merge
prr [Tue, 03 May 2016 12:25:20 -0700] rev 38398
Merge
Tue, 03 May 2016 09:48:02 -0700 8149560: TIFFField#createFromMetadataNode throws a NullPointerException when the node is set with "tagNumber" attribute
bpb [Tue, 03 May 2016 09:48:02 -0700] rev 38397
8149560: TIFFField#createFromMetadataNode throws a NullPointerException when the node is set with "tagNumber" attribute Summary: In the specification of createFromMetadataNode() change "tagNumber" to "number" and add two throws clauses which match the behavior. Reviewed-by: prr
Mon, 02 May 2016 12:08:59 +0300 8027324: The spec for Toolkit.setDynamicLayout() and Toolkit.isDynamicLayoutActive() needs to be clarified
serb [Mon, 02 May 2016 12:08:59 +0300] rev 38396
8027324: The spec for Toolkit.setDynamicLayout() and Toolkit.isDynamicLayoutActive() needs to be clarified Reviewed-by: alexsch, prr
Mon, 02 May 2016 12:01:39 +0300 8154493: AppletViewer should emit its deprecation warning to standard error
serb [Mon, 02 May 2016 12:01:39 +0300] rev 38395
8154493: AppletViewer should emit its deprecation warning to standard error Reviewed-by: smarks
Fri, 29 Apr 2016 16:37:02 -0700 8155772: gtk3_interface.c compilation error on Ubuntu 12.10
prr [Fri, 29 Apr 2016 16:37:02 -0700] rev 38394
8155772: gtk3_interface.c compilation error on Ubuntu 12.10 Reviewed-by: serb, kcr
Fri, 29 Apr 2016 14:50:50 -0700 8149810: TIFFField#getAsLong throws ClassCastException when data is type TIFFTag.TIFF_DOUBLE or TIFFTag.FLOAT
bpb [Fri, 29 Apr 2016 14:50:50 -0700] rev 38393
8149810: TIFFField#getAsLong throws ClassCastException when data is type TIFFTag.TIFF_DOUBLE or TIFFTag.FLOAT Summary: Expand the getAsLong() specification and handle the TIFF_DOUBLE and TIFF_FLOAT cases. Reviewed-by: prr
Fri, 29 Apr 2016 11:54:18 -0700 Merge
prr [Fri, 29 Apr 2016 11:54:18 -0700] rev 38392
Merge
Fri, 29 Apr 2016 11:14:56 -0700 8151323: GeoTIFFTagSet#"ModelTiePointTag" name case does not match GeoTIFF specification
bpb [Fri, 29 Apr 2016 11:14:56 -0700] rev 38391
8151323: GeoTIFFTagSet#"ModelTiePointTag" name case does not match GeoTIFF specification Summary: Change occurrences of "ModelTiePoint" to "ModelTiepoint." Reviewed-by: prr
Fri, 29 Apr 2016 21:59:47 +0400 8017112: JTabbedPane components have inconsistent accessibility tree
alexsch [Fri, 29 Apr 2016 21:59:47 +0400] rev 38390
8017112: JTabbedPane components have inconsistent accessibility tree Reviewed-by: ptbrunet, serb
Fri, 29 Apr 2016 09:16:06 -0700 8039444: Swing applications not being displayed properly
prr [Fri, 29 Apr 2016 09:16:06 -0700] rev 38389
8039444: Swing applications not being displayed properly Reviewed-by: serb, vadim
Fri, 29 Apr 2016 15:44:04 +0300 8143346: Broken link in java.beans.XMLEncoder
serb [Fri, 29 Apr 2016 15:44:04 +0300] rev 38388
8143346: Broken link in java.beans.XMLEncoder Reviewed-by: prr
Thu, 28 Apr 2016 23:48:37 +0400 8152677: [macosx] All files filter can't be selected in JFileChooser
alexsch [Thu, 28 Apr 2016 23:48:37 +0400] rev 38387
8152677: [macosx] All files filter can't be selected in JFileChooser Reviewed-by: serb
Thu, 28 Apr 2016 19:35:09 +0300 8155021: [TEST] create one more inheritance test for @BeanProperty
avstepan [Thu, 28 Apr 2016 19:35:09 +0300] rev 38386
8155021: [TEST] create one more inheritance test for @BeanProperty Reviewed-by: serb
Wed, 27 Apr 2016 13:09:58 +0300 8151136: [macosx] According to the description, the case is failed
mhalder [Wed, 27 Apr 2016 13:09:58 +0300] rev 38385
8151136: [macosx] According to the description, the case is failed Reviewed-by: ssadetsky, aniyogi
Wed, 27 Apr 2016 12:08:37 +0400 8152492: [macosx swing] double key event actions when using Mac menubar
aniyogi [Wed, 27 Apr 2016 12:08:37 +0400] rev 38384
8152492: [macosx swing] double key event actions when using Mac menubar Reviewed-by: serb, mhalder, alexsch
Mon, 25 Apr 2016 19:14:30 +0300 7124381: DragSourceListener.dragDropEnd() never been called on completion of dnd operation
serb [Mon, 25 Apr 2016 19:14:30 +0300] rev 38383
7124381: DragSourceListener.dragDropEnd() never been called on completion of dnd operation Reviewed-by: yan, ssadetsky
Wed, 18 May 2016 18:46:14 +0200 8157152: Atomic add for VarHandle byte[]/ByteBuffer views is incorrect for endian conversion
psandoz [Wed, 18 May 2016 18:46:14 +0200] rev 38382
8157152: Atomic add for VarHandle byte[]/ByteBuffer views is incorrect for endian conversion Reviewed-by: fyuan, shade, vlivanov
Wed, 18 May 2016 16:39:08 +0100 8157107: HTTP/2 client may fail with NPE if additional logging enabled
michaelm [Wed, 18 May 2016 16:39:08 +0100] rev 38381
8157107: HTTP/2 client may fail with NPE if additional logging enabled Reviewed-by: michaelm Contributed-by: artem.smotrakov@oracle.com
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -28 +28 +50 +100 +300 +1000 +3000 +10000 tip