Commit Graph

40302 Commits

Author SHA1 Message Date
Sergey Bylokhov
a5e760b81c 8148109: [SWT] Provide a supported mechanism to use EmbeddedFrame
Reviewed-by: alanb, prr
2016-08-20 18:35:37 +03:00
Alexander Scherbatiy
966cbcfce3 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
2016-08-19 16:48:53 +04:00
Jayathirth D V
5390af7c2b 8163258: Getting NullPointerException from ImageIO.getReaderWriterInfo due to failure to check for null
Reviewed-by: prr, psadhukhan
2016-08-19 12:22:23 +05:30
Prasanta Sadhukhan
cd6bfaf6d2 8164205: [PIT][TEST_BUG] test javax/print/attribute/ServiceDlgPageRangeTest.java doesn't compile
Reviewed-by: prr
2016-08-18 10:46:48 +05:30
Rajeev Chamyal
b446df55a5 8161913: [PIT] java/awt/Window/8159168/SetShapeTest.java mostly fails
Reviewed-by: alexsch, aniyogi
2016-08-17 14:48:13 +05:30
Avik Niyogi
71b91c6ce1 8163169: [PIT][TEST_BUG] fix to JDK-8161470 doesn't work
Reviewed-by: alexsch, rchamyal
2016-08-17 14:42:14 +05:30
Sergey Bylokhov
c47ae75e1b 8159898: Negative array size in java/beans/Introspector/Test8027905.java
Reviewed-by: alexsch, yan
2016-08-16 23:07:35 +03:00
Alexander Zvegintsev
8b735ce29a 8155691: Update GIFlib library to the latest up-to-date
Reviewed-by: serb
2016-08-16 22:10:12 +03:00
Dmitry Markov
85a2347cb5 8163583: [macosx] Press "To Back" button on the Dialog,the Dialog moves behind the Frame
Reviewed-by: serb
2016-08-16 11:13:46 +03:00
David Dehaven
c7429fd2f6 Merge 2016-08-15 10:23:39 -07:00
Sergey Bylokhov
50c19d9194 8163949: Cleanup of classes which are related to JavaSound
Reviewed-by: prr
2016-08-15 20:08:55 +03:00
David Dehaven
dbba0650a9 Merge 2016-08-15 08:15:02 -07:00
Vinnie Ryan
3cde7f3104 8163503: PKCS12 keystore cannot store non-X.509 certificates
Reviewed-by: weijun, xuelei, mullan
2016-08-15 14:25:51 +01:00
Xue-Lei Andrew Fan
abe8a9eae5 8162362: Introduce system property to control enabled ciphersuites
Reviewed-by: coffeys, mullan
2016-08-13 02:21:30 +00:00
Brian Burkhalter
61860ae01d 8152966: ClassCastException when adding IFD to the TIFFDirectory before the image write
Move the private method getDirectoryAsIFD(TIFFDirectory) from the API class TIFFDirectory to a public method in the internal class TIFFIFD and replace all casts of TIFFDirectory to TIFFIFD with its invocation

Reviewed-by: prr
2016-08-12 14:35:56 -07:00
Sergey Bylokhov
ab8079d89a 8159696: java.beans.MethodRef#get throws NullPointerException
Reviewed-by: alexsch
2016-08-12 20:36:41 +03:00
Svetlana Nikandrova
dac6760af7 8145732: Duplicate entry in http.nonProxyHosts will ignore subsequent entries
Test update to explicitly cover problematic scenario.

Reviewed-by: chegar
2016-08-12 20:14:25 +03:00
Mikhail Cherkasov
2b8954d7e4 8160696: IllegalArgumentException: adding a component to a container on a different GraphicsDevice
Reviewed-by: serb
2016-08-12 18:43:13 +03:00
Claes Redestad
7ccd401ac7 8163946: java/lang/String/concat/WithSecurityManager.java fails after 8163878
Reviewed-by: mhaupt
2016-08-12 17:35:01 +02:00
Claes Redestad
fff5c5bf8d 8163878: Remove unnecessary bridge methods, allocations in java.lang.invoke
Reviewed-by: mhaupt, shade
2016-08-12 11:30:23 +02:00
John Jiang
bb160cec9c 8163435: Update issue number for SupportedDHKeys.java and UnsupportedDHKeys.java in ProblemList
Sun/security/pkcs11/KeyAgreement/SupportedDHKeys.java and sun/security/pkcs11/KeyAgreement/UnsupportedDHKeys.java should be tracked by JDK-8077138 rather than JDK-8154910.

Reviewed-by: mullan
2016-08-12 14:38:02 +08:00
John Jiang
5c39a70c30 8161340: ProblemList.txt update for sun/security/tools/keytool/autotest.sh
Remove sun/security/tools/keytool/autotest.sh from ProblemList.txt due to JDK-8130302 has been resolved

Reviewed-by: weijun
2016-08-12 14:36:14 +08:00
John Jiang
57152c2c9a 8160611: Clean up ProblemList.txt for closed/resolved issues
Clean up ProblemList.txt for JDK-8130339, JDK-8068645, JDK-8061177, JDK-8058616, JDK-8046285 and JDK-8031555

Reviewed-by: darcy
2016-08-12 14:34:45 +08:00
Pete Brunet
780aad0314 8161483: Implement AccessibleAction interface in JList.AccessibleJList.AccessibleJListChild
Move AccessibleAction implementation from subclass to AccessibleJListChild

Reviewed-by: alexsch, prr, darcy
2016-08-11 21:48:53 -05:00
Valerie Peng
805fa70745 8154113: java.security.AccessControlException: access denied ("java.security.SecurityPermission" "authProvider.SunMSCAPI")
Granted security permission "authProvider.SunMSCAPI" to SunMSCAPI provider

Reviewed-by: mullan
2016-08-12 00:47:06 +00:00
Valerie Peng
16b80b792d 8157579: com/sun/crypto/provider/Mac/MacClone.java failed on solaris12(sparcv9 and x86)
Changed the MAC impl to fall back to SUN provider (or through provider list) if the most preferred impl does not support cloning

Reviewed-by: vinnie, mullan
2016-08-12 00:39:34 +00:00
Valerie Peng
27492ab667 6469513: (smartcardio) CardPermission(String termName, String actions) violates specification
Changed to allow null actions value

Reviewed-by: xuelei
2016-08-12 00:10:07 +00:00
Ivan Gerasimov
cdf04f9c63 8163877: Tests added in JDK-8163518 fail on some platforms
Reviewed-by: darcy
2016-08-11 23:41:48 +03:00
Brian Burkhalter
d41cfa354a 8145014: "IIOException: Couldn't seek!" when calling TIFFImageReader.getNumImages()
In locateImage() break and decrement image count for zero-entry IFDs and on encountering an EOF.

Reviewed-by: prr
2016-08-11 11:35:47 -07:00
Phil Race
79b2dd4b8d Merge 2016-08-11 10:37:50 -07:00
Lana Steuck
43568d8cc0 Merge 2016-08-11 17:02:46 +00:00
Lana Steuck
c31f765744 Added tag jdk-9+131 for changeset 6863c0579ecf 2016-08-11 15:47:09 +00:00
J. Duke
bb1bd02549 Merge 2017-07-05 22:04:04 +02:00
J. Duke
b4c177ce2e Merge 2017-07-05 22:03:58 +02:00
J. Duke
5c9a0605f9 Merge 2017-07-05 22:03:48 +02:00
J. Duke
791dcd9cf6 Merge 2017-07-05 22:03:41 +02:00
J. Duke
156895d83e Merge 2017-07-05 22:03:31 +02:00
J. Duke
8963ec0cc6 Merge 2017-07-05 22:03:22 +02:00
J. Duke
1d66e87cea Merge 2017-07-05 22:03:13 +02:00
J. Duke
b2d6135b16 Merge 2017-07-05 22:02:42 +02:00
J. Duke
b2441f4a67 Added tag jdk-9+130 for changeset e613affb88d1 2017-07-05 22:01:29 +02:00
J. Duke
53adb9034d Merge 2017-07-05 22:01:28 +02:00
J. Duke
9bf2bf2378 Merge 2017-07-05 22:01:23 +02:00
J. Duke
554b8b95e7 Merge 2017-07-05 22:01:14 +02:00
J. Duke
04bcf322bc Merge 2017-07-05 22:01:07 +02:00
J. Duke
f590774ad9 Merge 2017-07-05 22:00:59 +02:00
J. Duke
4ca2c5d72f Merge 2017-07-05 22:00:50 +02:00
J. Duke
5587bc2881 Merge 2017-07-05 22:00:43 +02:00
J. Duke
4e1dce9762 Merge 2017-07-05 22:00:22 +02:00
J. Duke
98215e73b0 Added tag jdk-9+129 for changeset e8373543a3f0 2017-07-05 22:00:07 +02:00