Commit Graph

1288 Commits

Author SHA1 Message Date
Severin Gehwolf
4f725a93a8 8147857: RMIConnector logs attribute names incorrectly
Fix order of arguments to Collectors.joining

Reviewed-by: andrew, dfuchs, jbachorik
2016-01-22 17:43:21 +00:00
Bhanu Prakash Gopularam
298315e8f8 8133085: Avoid creating instances of security providers when possible
Reviewed-by: mullan
2016-01-20 09:21:57 -08:00
Xue-Lei Andrew Fan
2f861a9225 8144773: Further reduce use of MD5
Reviewed-by: mullan, wetmore, jnimeh, ahgross
2015-12-15 12:59:00 +00:00
Alejandro Murillo
5bb28e9381 Merge 2016-01-18 20:22:13 -08:00
Miroslav Kos
6c65f77517 8146086: Publishing two webservices on same port fails with "java.net.BindException: Address already in use"
Reviewed-by: chegar
2016-01-18 15:21:34 +01:00
Xue-Lei Andrew Fan
92b9b68225 8146669: Test SessionTimeOutTests fails intermittently
Reviewed-by: mullan
2016-01-16 00:18:33 +00:00
Ivan Gerasimov
9d40f3ec9b 8146967: [TEST_BUG] javax/security/auth/SubjectDomainCombiner/Optimize.java should use 4-args ProtectionDomain constructor
Reviewed-by: mullan, valeriep
2016-01-15 11:49:36 +03:00
Alejandro Murillo
92c707e680 Merge 2016-01-14 20:57:33 -08:00
Amanda Jiang
751dd7f031 8145849: ALPN: getHandshakeApplicationProtocol() always return null
Reviewed-by: wetmore, vinnie
2016-01-13 17:36:01 -08:00
Alejandro Murillo
70a4694f73 Merge 2016-01-12 11:31:48 -08:00
Xue-Lei Andrew Fan
26616a3176 8146387: Test SSLSession/SessionCacheSizeTests socket accept timed out
Reviewed-by: weijun, wetmore
2016-01-12 08:05:16 +00:00
Joe Darcy
a4b38b4a43 8146745: Problem list SessionCacheSizeTests.java
Reviewed-by: xuelei
2016-01-11 10:13:29 -08:00
Joseph Provino
32ec535805 Merge 2016-01-07 20:06:51 +00:00
Harsha Wardhana B
d47aca611a 7065236: To interpret case-insensitive string locale independently
Reviewed-by: jbachorik
2016-01-04 13:45:39 +01:00
Xue-Lei Andrew Fan
e12c18f143 8146197: SignatureAlgorithms.java after push of JDK-8146192
Reviewed-by: henryjen, jnimeh, mullan
2015-12-28 00:02:06 +00:00
Xue-Lei Andrew Fan
37fa4dba28 8146192: Add test for JDK-8049321
Reviewed-by: mullan
2015-12-24 15:22:04 +00:00
Olivier Lagneau
1a8918d371 8058865: JMX Test Refactoring
Reviewed-by: jbachorik
2015-12-18 17:42:06 +01:00
Phil Race
52a03c2f27 Merge 2015-12-22 09:14:16 -08:00
Jaroslav Bachorik
41477d597a 8143047: Re-examine javax/management/ImplementationVersion/ImplVersionTest.java
Reviewed-by: alanb, emcmanus
2016-01-06 17:59:20 +01:00
Phil Race
e601b5cebe Merge 2015-12-14 14:12:17 -08:00
Chris Hegarty
a979586dce 8144995: Move sun.misc.HexDumpEncoder to sun.security.util
Reviewed-by: psandoz, mchung
2015-12-14 19:24:33 +00:00
Phil Race
6447b5bb8b Merge 2015-12-14 10:36:12 -08:00
Artem Smotrakov
3d4ea51ab1 8140470: javax/xml/crypto/dsig/SecurityManager/XMLDSigWithSecMgr.java failed with AccessControlException
Reviewed-by: mullan
2015-12-11 19:06:40 -08:00
Brian Burkhalter
5b1765f25d 8144245: [PIT] javax/imageio/plugins/shared/WriteAfterAbort.java
Reset stream position after abort; change IAEs to NPEs.

Reviewed-by: prr, serb
2015-12-11 11:38:18 -08:00
Sergei Kovalev
5b80991fea 8078423: [TESTBUG] javax/print/PrintSEUmlauts/PrintSEUmlauts.java relies on system locale
Reviewed-by: martin
2015-12-11 16:35:59 +03:00
Prasanta Sadhukhan
946e0bc9cc 8040139: Test closed/javax/print/attribute/Services_getDocFl.java fails with NullpointerException
Reviewed-by: jdv, prr
2015-12-10 16:09:42 +03:00
Avik Niyogi
7d9d3a4699 8139169: [macosx] Action registered for keyboard shortcut is called twice
Reviewed-by: serb, alexsch
2015-12-10 14:21:44 +03:00
Sergey Bylokhov
3144cc4a27 8143909: Behavior of null arguments not specified in javax.sound.midi.spi
The specification change was reviewed by Florian Bomers also

Reviewed-by: amenkov
2015-12-09 18:56:59 +03:00
Rajeev Chamyal
3096b2cc2f 8067660: JFileChooser create new folder fails silently
Reviewed-by: alexsch, psadhukhan
2015-12-04 09:56:50 +04:00
Phil Race
3c2bc66bb7 Merge 2015-12-03 11:56:10 -08:00
Chris Hegarty
ebceee6674 8144480: Remove test dependencies on sun.misc.BASE64Encoder and BASE64Decoder
Reviewed-by: alanb, amlu, psandoz, weijun
2015-12-03 11:57:14 +00:00
Phil Race
26a709b671 Merge 2015-12-02 16:45:03 -08:00
Jiri Vanek
854c765186 8144071: ImageIO does not reset stream if an exception is thrown
Reset the I/O stream in a finally block

Reviewed-by: andrew
2015-12-02 21:23:59 +00:00
Phil Race
c410a92fed Merge 2015-12-02 11:22:27 -08:00
Lana Steuck
af7402f069 Merge 2015-12-02 09:34:55 -08:00
Phil Race
214c48d9d2 Merge 2015-12-02 09:15:12 -08:00
Xue-Lei Andrew Fan
29582aaee4 8144313: Test SessionTimeOutTests can be timeout
Reviewed-by: mullan
2015-12-02 15:22:50 +00:00
Vinnie Ryan
a63d39ad89 8144093: JEP 244/8051498 - TLS Application-Layer Protocol Negotiation Extension
Reviewed-by: wetmore, xuelei, mullan, coffeys
2015-12-02 03:37:29 +00:00
Jayathirth D V
2b89c8529d 8041501: ImageIO reader is not capable of reading JPEGs without JFIF header
Reviewed-by: prr, psadhukhan
2015-12-02 00:52:49 +05:30
Jayathirth D V
3a2b32b707 6967419: IndexOutOfBoundsException when drawing PNGs
Reviewed-by: prr, psadhukhan
2015-12-02 00:47:36 +05:30
Jayathirth D V
e300345cc8 8074967: [macosx] JPEGImageReader incorrectly identifies YCbCr JPEGs as RGB in standard metadata
Reviewed-by: prr, psadhukhan
2015-12-02 00:34:35 +05:30
Semyon Sadetsky
39b6389c6d 8030702: Deadlock between subclass of AbstractDocument and UndoManager
Reviewed-by: alexsch, azvegint
2015-12-01 19:21:40 +03:00
Jesper Wilhelmsson
a5b3e891de Merge 2015-11-30 18:40:06 +01:00
Iris Clark
70e00d742f Merge 2015-11-29 20:29:45 -08:00
Miroslav Kos
4eb501e6d8 8131334: SAAJ Plugability Layer: using java.util.ServiceLoader
Reviewed-by: lancea
2015-11-27 11:30:46 +01:00
Alexander Kulyakhtin
59b496f94a 8143121: javax/management/remote/mandatory/loading/MethodResultTest.java fails intermittently
Changing the test to retry if the connection fails

Reviewed-by: jbachorik
2015-11-26 15:12:32 +03:00
Sergey Bylokhov
08c1fe55c0 8135100: Behavior of null arguments not specified in javax.sound.sampled.spi
The specification change was reviewed by Florian Bomers also

Reviewed-by: amenkov
2015-11-22 17:27:33 +03:00
Rajeev Chamyal
dda3e3761d 8037575: JFrame on Windows doesn't animate when setting ICONIFIED state
Reviewed-by: azvegint, alexsch
2015-11-20 16:44:33 +04:00
Alexander Scherbatiy
b0439e6dbf 8081411: Add an API for painting an icon with a SynthContext
Reviewed-by: serb, azvegint
2015-11-18 19:13:42 +04:00
Avik Niyogi
1e176777db 8132770: Test javax/swing/JRadioButton/FocusTraversal/FocusTraversal.java fails in MacOSX
Reviewed-by: rchamyal, alexsch
2015-11-17 19:29:04 +04:00