David Dehaven
c52c77ca91
Merge
2017-02-03 08:15:55 -08:00
Daniel Fuchs
9f9a6ec666
8173607: JMX RMI connector should be in its own module
...
The JMX RMI connector is moved to a new java.management.rmi module.
Reviewed-by: mchung, erikj
2017-02-02 16:50:46 +00:00
David Dehaven
f6c6c8edd0
Merge
2017-01-30 12:04:11 -08:00
Sergei Kovalev
49044c6d63
8173478: SSL related tests failes with message: "java.security.NoSuchAlgorithmException: EC KeyFactory not available"
...
Reviewed-by: xuelei
2017-01-30 13:11:56 +03:00
Prasanta Sadhukhan
6a4b1fbe61
7190595: Nimbus: Test6657026 fails
...
Reviewed-by: yan, jdv
2017-01-27 15:37:47 +05:30
Jayathirth D V
888fc3458a
8152561: Is it allowed to have zero value for count in TIFFField.createArrayForType() for the rationals
...
Reviewed-by: psadhukhan, bpb, prr
2017-01-27 12:16:57 +05:30
Phil Race
52d01aa629
Merge
2017-01-26 08:36:27 -08:00
John Jiang
ab3aa4bfcb
8171900: javax/net/ssl/SSLSession/SessionTimeOutTests.java failed with "SSLHandshakeException: Remote host terminated the handshake"
...
The fix takes some code patterns from SSLSocketTemplate to deal with possible SSLHandshakeException and SocketTimeoutException, and it also resolves a potential mismatch on the connections between the clients and the servers.
Reviewed-by: xuelei
2017-01-24 18:41:36 -08:00
Hamlin Li
cf31932ce4
8171142: jdk_rmi registry test fail to clean up on failure
...
Reviewed-by: rriggs, dholmes
2017-01-24 00:48:51 -08:00
David Dehaven
3d101665fe
Merge
2017-01-20 08:53:42 -08:00
David Dehaven
cfa62e789a
Merge
2017-01-20 07:05:40 -08:00
Sean Mullan
d9d9d8701a
8055206: Update SecurityManager::checkPackageAccess to restrict non-exported JDK packages by default
...
Reviewed-by: mchung
2017-01-19 13:50:02 -05:00
Sergey Bylokhov
48a9beedcc
8149879: Examine UIDefaults::addResourceBundle(String bundleName) with resource encapsulation
...
Reviewed-by: prr, mchung, alexsch
2017-01-18 18:14:50 +03:00
Prasanta Sadhukhan
140b10aedb
8172012: [TEST_BUG] delays needed in javax/swing/JTree/4633594/bug4633594.java
...
Reviewed-by: yan, serb
2017-01-18 11:35:31 +05:30
Phil Race
83f2efcd66
Merge
2017-01-12 12:14:13 -08:00
Prasanta Sadhukhan
e8524e46ea
8172558: [PIT][TEST_BUG] Bad filename for javax/swing/JTable/8133919/DrawGridLinesTest.java
...
Reviewed-by: yan, alexsch
2017-01-12 11:58:01 -08:00
Aleksei Efimov
4cd655c1f6
8159058: SAXParseException when sending soap message
...
Reviewed-by: lancea
2017-01-10 22:17:02 +03:00
Phil Race
a1bcba5bcd
Merge
2017-01-09 11:57:06 -08:00
Xue-Lei Andrew Fan
ad76f31ded
8172273: SSLEngine.unwrap fails with ArrayIndexOutOfBoundsException
...
Reviewed-by: wetmore
2017-01-06 01:09:03 +00:00
Phil Race
346828e1c4
Merge
2016-12-22 11:00:49 -08:00
Phil Race
cac1551c20
Merge
2016-12-22 09:30:58 -08:00
Prasanta Sadhukhan
ba4736cba3
8170349: The printed content is beyond the borders
...
Reviewed-by: alexsch, aniyogi
2016-12-22 18:30:27 +05:30
Alexander Scherbatiy
803735d547
8133919: [macosx] JTable grid lines are incorrectly positioned on HiDPI display
...
Reviewed-by: serb
2016-12-22 12:17:56 +03:00
Alexander Scherbatiy
4d06c5d6fa
8169922: SwingMark/TextArea: 2-7% regression on Linux, Mac, Windows in 9-b143
...
Reviewed-by: flar, serb
2016-12-22 12:09:34 +03:00
John Jiang
f75520730b
8168935: sun/security/ssl/SSLContextImpl/TrustTrustedCert.java failed Intermittently
...
TrustTrustedCert.java uses SSLSocketTemplate to avoid timeout failure
Reviewed-by: xuelei
2016-12-20 23:09:27 -08:00
Adam Petcher
85d15e6128
8170876: NPE in JCE engine classes with java.security.debug=provider
...
Reviewed-by: mullan
2016-12-20 17:13:34 -05:00
Adam Petcher
a6067413b8
8172003: getInstance() with unknown provider throws NPE
...
Reviewed-by: mullan
2017-01-04 08:06:15 -05:00
Tim Du
f1eff88c3b
8168769: javax/net/ssl/TLSv12/DisabledShortRSAKeys.java timed out
...
Reviewed-by: coffeys, xuelei
2017-01-03 22:26:51 -08:00
Aleksei Efimov
608537a218
8067237: [TESTBUG] javax/xml/ws/xsanymixed/Test.java failed on compilation
...
Reviewed-by: lancea
2016-12-30 13:02:23 +03:00
Semyon Sadetsky
254d34cdf1
8074883: Tab key should move to focused button in a button group
...
Reviewed-by: alexsch, serb
2016-12-20 11:53:07 +03:00
Phil Race
58b8478bb6
Merge
2016-12-19 09:16:40 -08:00
David Dehaven
2e27b2e68a
Merge
2016-12-16 11:58:17 -08:00
Vinnie Ryan
bd0a13fa21
8170282: Enable ALPN parameters to be supplied during the TLS handshake
...
Reviewed-by: wetmore, xuelei
2016-12-16 14:32:51 +00:00
John Jiang
1b5542196e
8164595: javax/net/ssl/FixingJavadocs/SSLSessionNulls.java fails intermittently with javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake
...
Takes advantage of new SSLSocketTemplate to resolve this issue
Reviewed-by: xuelei
2016-12-14 19:23:08 -08:00
Brian Burkhalter
bcfb267efe
8154058: [TIFF] ignoreMetadata parameter of TIFFImageReader's setInput() method affects TIFFImageReadParam in non-obvious way
...
Add readUnknownTags to TIFFImageReadParam and add ReadParamTest
Reviewed-by: prr
2016-12-13 12:02:37 -08:00
David Dehaven
a4865ea66a
Merge
2016-12-12 20:54:41 -08:00
Alexander Scherbatiy
ea2afa8f05
8162350: RepaintManager shifts repainted region when the floating point UI scale is used
...
Reviewed-by: flar, serb
2016-12-12 21:47:44 +03:00
Semyon Sadetsky
28ca66d22f
8170387: JLightweightFrame#syncCopyBuffer() may throw IOOBE
...
Reviewed-by: serb
2016-12-12 12:26:54 +03:00
Brian Burkhalter
42edb006ef
8169728: Missing sign checks in TIFFField(TIFFTag tag, int type, int count, Object data) for TIFFTag.TIFF_LONG
...
Add further checks for TIFF_LONG, TIFF_RATIONAL, TIFF_SRATIONAL, and TIFF_IFD_POINTER.
Reviewed-by: prr
2016-12-09 13:48:06 -08:00
Brian Burkhalter
12d7914077
8169725: cannot use TIFFField(TIFFTag tag, int value) for TIFF_LONG values greater than Integer.MAX_VALUE
...
Change constructor TIFFField(TIFFTag,int) to TIFFField(TIFFTag,long).
Reviewed-by: jdv, prr
2016-12-09 11:08:38 -08:00
Xue-Lei Andrew Fan
7f4cb73e6d
8170329: New SSLSocket testing template
...
Reviewed-by: asmotrak, mullan
2016-12-09 17:21:50 +00:00
Tim Du
ea780d5219
8157529: Remove intermittent key from javax/net/ssl/DTLS/CipherSuite.java
...
Reviewed-by: asmotrak
2016-12-08 23:21:54 -08:00
Alexander Popov
34dba2fa8c
8160441: [PIT][TEST_BUG][macosx] javax/swing/JComboBox/8041909/ActionListenerExceptionTest.java
...
Reviewed-by: ssadetsky, yan
2016-12-07 17:54:55 +03:00
Prasanta Sadhukhan
a53e8ddcad
8025439: [TEST BUG] [macosx] PrintServiceLookup.lookupPrintServices doesn't work properly since jdk8b105
...
Reviewed-by: prr
2016-12-07 11:37:04 +05:30
Sergey Bylokhov
2248c79bc5
4419271: Provide support for scrolling-mechanisms of non-mouse input-devices
...
Reviewed-by: alexsch, malenkov
2016-12-06 15:50:22 -08:00
Phil Race
f2654d02ec
8171363: [PIT] Four Windows-specific tests fail with InaccessibleObjectException when calling Field.setAccessible()
...
Reviewed-by: mchung
2016-12-16 16:09:52 -08:00
Maksim Khramov
1ed59c02c8
8159906: [TEST_BUG] javax/swing/JDialog/Transparency/TransparencyTest.java
...
Reviewed-by: psadhukhan, yan
2016-12-05 18:09:05 +03:00
Jesper Wilhelmsson
08815157a7
Merge
2016-12-08 15:46:19 +01:00
Prasanta Sadhukhan
0bf2918064
8169879: [TEST_BUG] javax/swing/text/GlyphPainter2/6427244/bug6427244.java - compilation failed
...
Reviewed-by: psadhukhan, aghaisas
2016-12-02 15:22:35 +05:30
Phil Race
f34fd38837
Merge
2016-12-01 10:34:10 -08:00