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
Fri, 19 Aug 2016 16:48:53 +0400 8151303: [macosx] [hidpi] JButton's low-res. icon is visible when clicking on it
alexsch [Fri, 19 Aug 2016 16:48:53 +0400] rev 40707
8151303: [macosx] [hidpi] JButton's low-res. icon is visible when clicking on it 8156182: [macosx] HiDPI/Retina icons do not work for disabled JButton/JMenuItem etc. Reviewed-by: flar, prr
Fri, 19 Aug 2016 12:22:23 +0530 8163258: Getting NullPointerException from ImageIO.getReaderWriterInfo due to failure to check for null
jdv [Fri, 19 Aug 2016 12:22:23 +0530] rev 40706
8163258: Getting NullPointerException from ImageIO.getReaderWriterInfo due to failure to check for null Reviewed-by: prr, psadhukhan
Thu, 18 Aug 2016 10:46:48 +0530 8164205: [PIT][TEST_BUG] test javax/print/attribute/ServiceDlgPageRangeTest.java doesn't compile
psadhukhan [Thu, 18 Aug 2016 10:46:48 +0530] rev 40705
8164205: [PIT][TEST_BUG] test javax/print/attribute/ServiceDlgPageRangeTest.java doesn't compile Reviewed-by: prr
Wed, 17 Aug 2016 14:48:13 +0530 8161913: [PIT] java/awt/Window/8159168/SetShapeTest.java mostly fails
rchamyal [Wed, 17 Aug 2016 14:48:13 +0530] rev 40704
8161913: [PIT] java/awt/Window/8159168/SetShapeTest.java mostly fails Reviewed-by: alexsch, aniyogi Contributed-by: rajeev.chamyal@oracle.com
Wed, 17 Aug 2016 14:42:14 +0530 8163169: [PIT][TEST_BUG] fix to JDK-8161470 doesn't work
aniyogi [Wed, 17 Aug 2016 14:42:14 +0530] rev 40703
8163169: [PIT][TEST_BUG] fix to JDK-8161470 doesn't work Reviewed-by: alexsch, rchamyal
Tue, 16 Aug 2016 23:07:35 +0300 8159898: Negative array size in java/beans/Introspector/Test8027905.java
serb [Tue, 16 Aug 2016 23:07:35 +0300] rev 40702
8159898: Negative array size in java/beans/Introspector/Test8027905.java Reviewed-by: alexsch, yan
Tue, 16 Aug 2016 22:10:12 +0300 8155691: Update GIFlib library to the latest up-to-date
azvegint [Tue, 16 Aug 2016 22:10:12 +0300] rev 40701
8155691: Update GIFlib library to the latest up-to-date Reviewed-by: serb
Thu, 01 Sep 2016 11:01:47 +0100 8164846: CertificateException missing cause of underlying exception
coffeys [Thu, 01 Sep 2016 11:01:47 +0100] rev 40700
8164846: CertificateException missing cause of underlying exception Reviewed-by: xuelei
Thu, 01 Sep 2016 15:02:32 +0530 8164609: javax/management/remote/mandatory/notif/DeadListenerTest.java fails with Assertion Error
vtewari [Thu, 01 Sep 2016 15:02:32 +0530] rev 40699
8164609: javax/management/remote/mandatory/notif/DeadListenerTest.java fails with Assertion Error Summary: Increased test timeout to ensure test case gets all notifications. Reviewed-by: dholmes Contributed-by: amit.sapre@oracle.com
Thu, 01 Sep 2016 10:30:13 +0200 8131023: JShell: System.in does not work
jlahoda [Thu, 01 Sep 2016 10:30:13 +0200] rev 40698
8131023: JShell: System.in does not work Summary: Read prompt lentgh directly from the terminal Reviewed-by: rfield
Wed, 31 Aug 2016 16:16:01 -0700 8164229: Redundant "sun/net/www/protocol/https" tests in jdk_security3 group
rhalade [Wed, 31 Aug 2016 16:16:01 -0700] rev 40697
8164229: Redundant "sun/net/www/protocol/https" tests in jdk_security3 group Reviewed-by: chegar
Wed, 31 Aug 2016 15:20:31 -0700 8165180: Provide a shared secret to access non-public ServerSocket constructor
mchung [Wed, 31 Aug 2016 15:20:31 -0700] rev 40696
8165180: Provide a shared secret to access non-public ServerSocket constructor Reviewed-by: chegar
Wed, 31 Aug 2016 11:53:58 -0700 8081388: JNI exception pending in jdk/src/windows/bin/java_md.c
henryjen [Wed, 31 Aug 2016 11:53:58 -0700] rev 40695
8081388: JNI exception pending in jdk/src/windows/bin/java_md.c Reviewed-by: ksrini
Wed, 31 Aug 2016 13:50:02 -0700 Merge
amurillo [Wed, 31 Aug 2016 13:50:02 -0700] rev 40694
Merge
Wed, 31 Aug 2016 09:22:54 -0700 Merge
amurillo [Wed, 31 Aug 2016 09:22:54 -0700] rev 40693
Merge
Fri, 26 Aug 2016 10:02:50 -0700 Merge
amurillo [Fri, 26 Aug 2016 10:02:50 -0700] rev 40692
Merge
Wed, 24 Aug 2016 20:51:37 +0200 8158628: test/java/lang/instrument/NativeMethodPrefixAgent.java: Error occurred during initialization of VM: Failed to start tracing backend.
rehn [Wed, 24 Aug 2016 20:51:37 +0200] rev 40691
8158628: test/java/lang/instrument/NativeMethodPrefixAgent.java: Error occurred during initialization of VM: Failed to start tracing backend. Reviewed-by: sla, gtriantafill
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip