Sergey Bylokhov
e307e3921e
8068320: Limit applet requests
...
Reviewed-by: prr, skoivu, art
2015-01-18 23:28:36 +03:00
Jason Uh
31a7b46b00
8076117: EndEntityChecker should not process custom extensions after PKIX validation
...
Reviewed-by: xuelei, mullan
2015-04-14 13:02:23 -07:00
David Dehaven
8130b5c80f
Merge
2015-04-14 10:15:54 -07:00
Shanliang Jiang
26006ab751
8077408: javax/management/remote/mandatory/notif/NotSerializableNotifTest.java fails due to Port already in use: 2468
...
Reviewed-by: jbachorik
2015-04-14 09:55:42 +02:00
Xueming Shen
a0fedc8556
8077640: DateTimeFormatter does not parse/accept the era.toString() result from MinguoEra/ThaiBuddhistEra
...
To parse and accept the era.toString() for era parsing in lenient/smart mode
Reviewed-by: rriggs
2015-04-13 11:15:41 -07:00
Mark Sheppard
5a24e90bdd
8068721: RMI-IIOP communication fails when ConcurrentHashMap is passed to remote method
...
Reviewed-by: chegar, alanb
2015-04-13 14:58:47 +01:00
James Laskey
060b684a56
8077506: Simplify test JImageTest
...
Reviewed-by: alanb
2015-04-10 14:21:24 -03:00
Weijun Wang
2d5fbe3e4d
8047789: auth.login.LoginContext needs to be updated to work with modules
...
Reviewed-by: mullan, mchung, alanb
2015-04-10 09:15:34 +08:00
James Laskey
b98f342710
8076090: jimage extract + recreate broken again
...
Reviewed-by: mchung
2015-04-09 16:41:27 -03:00
Anthony Scarpino
c8b71e6bd3
8064546: CipherInputStream throws BadPaddingException if stream is not fully read
...
Reviewed-by: xuelei
2015-04-08 17:46:43 -07:00
Vinnie Ryan
87b1898a8e
8077273: Disable the PKCS11 NSS tests on Windows
...
Reviewed-by: mullan
2015-04-08 19:03:06 +01:00
Chris Hegarty
7e6f12e6e9
8076442: Cannot fully read BitSet.stream() if bit Integer.MAX_VALUE is set
...
Reviewed-by: alanb, henryjen
2015-04-07 10:33:08 +01:00
Xueming Shen
2de64493a2
8076641: getNextEntry throws ArrayIndexOutOfBoundsException when unzipping file
...
To add extra sanity check for entry extra data
Reviewed-by: alanb
2015-04-06 13:41:10 -07:00
Phil Race
475ef86eea
Merge
2015-04-06 10:35:59 -07:00
Semyon Sadetsky
5197d1c01a
8072769: System tray icon title freezes java
...
Reviewed-by: serb, alexsch
2015-04-06 19:09:18 +04:00
Semyon Sadetsky
1bab263e41
6921687: Mnemonic disappears after repeated attempts to open menu items using mnemonics
...
Reviewed-by: ant, alexsch
2015-04-06 19:03:09 +04:00
Semyon Sadetsky
02d89b3afd
8041642: Incorrect paint of JProgressBar in Nimbus LF
...
Reviewed-by: ant, alexsch
2015-04-06 18:41:06 +04:00
Semyon Sadetsky
f8b90cd579
8013566: Failure of GroupLayout in combination of addPreferredGap and addGroup'srow
...
Reviewed-by: serb, alexsch
2015-04-06 18:16:22 +04:00
Chris Hegarty
1392515988
8076644: MulticastSendReceiveTests.java fails with NumberFormatException due to network interference
...
Reviewed-by: alanb
2015-04-03 16:09:49 +01:00
Semyon Sadetsky
9f1092391e
6894632: Removing rows from a DefaultTableModel with a RowSorter deselectes last row
...
Reviewed-by: serb, alexsch
2015-04-03 16:59:24 +04:00
Semyon Sadetsky
d84f07dd60
8075314: All the InternalFrames will be maximized after maximizing only one of the InternalFrame with WindowsLookAndFeel
...
Reviewed-by: serb, alexsch
2015-04-03 16:40:34 +04:00
Amy Lu
eb3be4051b
8076632: Remove duplicate tests: FDTest, MethodReferenceTest and more -- follow-on (completion)
...
Remove certain lambda tests from the JDK repo which also exist in the langtools repo
Reviewed-by: rfield
2015-04-03 00:00:16 -07:00
Amy Lu
e2c248c2ee
8075304: Remove duplicate test: FDTest
...
Remove certain lambda tests from the JDK repo which also exist in the langtools repo
Reviewed-by: rfield
2015-04-02 17:32:05 -07:00
Brent Christian
6c5d70bfbc
8071667: HashMap.computeIfAbsent() adds entry that HashMap.get() does not find
...
Throw ConcurrentModificationException from computeIfAbsent() & friends
Reviewed-by: chegar, psandoz
2015-04-02 12:33:03 -07:00
Sergey Bylokhov
e1bdbfa0e0
8074500: java.awt.Checkbox.setState() call causes ItemEvent to be filed
...
Reviewed-by: alexsch, azvegint
2015-04-02 19:53:53 +03:00
Daniel Fuchs
ce950c0798
7113878: LogManager - namedLoggers should be ConcurrentHashMap instead of Hashtable
...
NamedLoggers is now a ConcurrentHashMap. findLogger is updated to take benefit of the change.
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Reviewed-by: dholmes, lancea, martin, mchung, plevart
2015-04-02 16:24:46 +02:00
Daniel Fuchs
679db144e5
8075810: LogManager.readConfiguration may throw undocumented IllegalArgumentException
...
LogManager.readConfiguration will wrap the IllegalArgumentException thrown by Properties.load inside an IOException.
Reviewed-by: lancea, mchung, rriggs
2015-04-02 11:42:07 +02:00
Laurent Bourgès
8377d7ebd6
8076419: Path2D copy constructors and clone method propagate size of arrays from source path
...
Reviewed-by: flar, prr
2015-04-01 11:23:47 -07:00
Aleksei Efimov
f17914b131
8076290: JCK test api/xsl/conf/string/string17 starts failing after JDK-8074297
...
Reviewed-by: joehw
2015-04-01 16:01:41 +03:00
David Dehaven
b91f622563
Merge
2015-03-31 16:23:01 -07:00
David Dehaven
b30c48a154
Merge
2015-03-31 16:17:17 -07:00
Martin Buchholz
a194da7ffb
8076105: java/util/zip/EntryCount64k.java failing after push for JDK-8073158
...
Fix Windows newline problem; write enclosing class file for MacOSX
Reviewed-by: sherman, alanb
2015-03-30 09:46:05 -07:00
Anton Nashatyrev
68aa2c14c2
8071668: [macosx] Clipboard does not work with 3rd parties Clipboard Managers
...
Reviewed-by: ant, serb
2015-03-30 18:41:51 +03:00
Aleksei Efimov
7863bfdf2a
8075667: (tz) Support tzdata2015b
...
Reviewed-by: okutsu
2015-03-30 15:57:39 +03:00
Aleksei Efimov
a03f68908a
8074297: substring in XSLT returns wrong character if string contains supplementary chars
...
Reviewed-by: joehw
2015-03-30 14:52:24 +03:00
Masayoshi Okutsu
90e30c53bc
8075548: SimpleDateFormat formatting of "LLLL" in English is incorrect; should be identical to "MMMM"
...
Reviewed-by: naoto
2015-03-30 16:31:18 +09:00
Alexander Scherbatiy
a76b85f2bb
8033000: No Horizontal Mouse Wheel Support In
...
Reviewed-by: serb, azvegint
2015-03-25 16:31:05 +04:00
Alexander Scherbatiy
a5bc56dcec
8075244: [macosx] The fix for JDK-8043869 should be reworked
...
Reviewed-by: prr, serb, ant
2015-03-25 12:37:36 +04:00
David Dehaven
6eb7a3db58
Merge
2015-03-24 11:00:32 -07:00
Lev Priima
2b63b5d1d7
8075071: [TEST_BUG] TimSortStackSize2.java: OOME: Java heap space: MaxHeap shrinked by MaxRAMFraction
...
Reviewed-by: dholmes
2015-03-24 03:46:57 -04:00
Alejandro Murillo
8972c391cb
Merge
2015-03-23 14:00:55 -07:00
Alejandro Murillo
6029b480b7
Merge
2015-03-23 11:44:42 -07:00
Joe Darcy
07cd371738
8075670: Remove intermittent keyword from some tests
...
Reviewed-by: alanb
2015-03-23 09:45:32 -07:00
Roger Riggs
a056457b52
8067796: (process) Process.waitFor(timeout, unit) doesn't throw NPE if timeout is less than, or equal to zero when unit == null
...
Implement checking for NPE in Process implementation before other conditions
Reviewed-by: martin, chegar
2015-03-23 10:13:32 -04:00
Dmitry Samersoff
7e09df43e6
8075569: jmap test fails due to "ERROR: java.nio.file.NoSuchFileException: 2906081d-06bc-4738-a7e8-f37b8bf13658.lck"
...
Lock file is deleted while we are setting modified time
Reviewed-by: alanb
2015-03-23 02:29:47 -07:00
Andrew Brygin
e7e3187500
8074954: ImageInputStreamImpl.readShort/readInt do not behave correctly at EOF
...
Reviewed-by: prr, serb
2015-03-23 11:19:41 +03:00
Zaiyao Liu
35c411ea7e
8048618: Tests for PKCS12 write operations
...
Reviewed-by: weijun
2015-03-23 15:37:03 +08:00
Weijun Wang
3fbfa7ee89
8074935: jdk8 keytool doesn't validate pem files for RFC 1421 correctness, as jdk7 did
...
Reviewed-by: mullan
2015-03-23 08:51:51 +08:00
Joe Darcy
ed05aef3fc
8075567: Mark intermittently failuring security-libs tests
...
Reviewed-by: mullan
2015-03-22 10:27:22 -07:00
Brian Burkhalter
1eb4f850a6
8075655: NIO test generation scripts have incorrect path to Spp.java
...
Correct the path to Spp.java
Reviewed-by: rriggs
2015-03-20 15:25:07 -07:00