Phil Race
60bb43ad32
Merge
2015-04-29 08:52:47 -07:00
Laurent Bourgès
e41e267848
8078464: Path2D storage growth algorithms should be less linear
...
Reviewed-by: flar
2015-04-28 14:23:03 -07:00
Brian Burkhalter
6929be6fff
8075156: (prefs) get*() and remove() should disallow the use of the null control character '\u0000' as key
...
Extend disallowing null control character key to remove()
Reviewed-by: rriggs, alanb
2015-04-28 11:10:45 -07:00
Alexander Scherbatiy
6dd76600b3
8044444: The output's 'Page-n' footer does not show completely
...
Reviewed-by: prr, serb
2015-04-28 19:32:50 +04:00
Roger Riggs
41b36c4295
8078826: Add diagnostic info for java/lang/Runtime/exec/LotsOfOutput.java fails intermittently
...
Add debugging output for diagnose intermittent failure
Reviewed-by: chegar, joehw
2015-04-28 09:28:24 -04:00
Sergey Bylokhov
aca583b3e9
8077267: Typo in the test on JavaBean
...
Reviewed-by: alexsch, malenkov
2015-04-28 16:24:04 +03:00
Roger Riggs
642e0ac6f1
8078369: [testbug] java/time/tck/java/time/TCKOffsetTime[now] fails on slow devices
...
Increase the tolerance between successive calls to now() to 20sec
Reviewed-by: scolebourne, sherman, dfuchs
2015-04-27 16:31:47 -04:00
Phil Race
96700da961
Merge
2015-04-27 09:17:39 -07:00
Doug Lea
37fbfc1a3d
8078490: Missed submissions in ForkJoinPool
...
Reviewed-by: psandoz, shade, martin, chegar
2015-04-24 15:39:41 +02:00
Anton Nashatyrev
2c3844609c
8078165: [macosx] NPE when attempting to get image from toolkit
...
Reviewed-by: serb, alexp
2015-04-23 17:33:19 +03:00
Sergey Bylokhov
e75b6c9ab8
6829245: Reg test: java/awt/Component/isLightweightCrash/StubPeerCrash.java fails
...
Reviewed-by: azvegint, alexsch
2015-04-23 16:54:54 +03:00
Alexander Scherbatiy
849e09bade
8069361: SunGraphics2D.getDefaultTransform() does not include scale factor
...
Reviewed-by: flar, prr, serb
2015-04-22 13:46:03 +04:00
Pooja Chopra
04c0e090c9
8078082: [TEST_BUG] java/awt/SplashScreen/MultiResolutionSplash/MultiResolutionSplashTest.java fails
...
Reviewed-by: serb, alexsch
2015-04-21 20:11:59 +03:00
Chris Hegarty
e028ed3a21
8075139: Restore java.protocol.handler.pkgs to work as a fallback for migration
...
Reviewed-by: alanb, psandoz
2015-04-21 14:23:58 +01:00
Sergey Bylokhov
6634445355
8074757: Remove java.awt.Toolkit methods which return peer types
...
Reviewed-by: alanb, prr, ant
2015-04-17 17:01:24 +03:00
Sergey Bylokhov
677097c128
8074763: Remove API references to java.awt.dnd.peer
...
Reviewed-by: alanb, ant, prr
2015-04-17 16:57:30 +03:00
Sergey Bylokhov
b9aead1b2c
8074028: Remove API references to java.awt.peer
...
Reviewed-by: alanb, ant, yan, prr
2015-04-17 16:54:13 +03:00
Phil Race
971438ead7
8075942: ArrayIndexOutOfBoundsException in sun.java2d.pisces.Dasher.goTo
...
Reviewed-by: flar, lbourges
2015-04-17 12:32:46 -07:00
Naoto Sato
5b2c289414
8076287: Performance degradation observed with TimeZone Benchmark
...
Reviewed-by: okutsu
2015-04-16 08:25:19 -07:00
Phil Race
041bb07b95
Merge
2015-04-15 14:28:43 -07:00
David Dehaven
2ec458e126
Merge
2015-04-14 12:10:01 -07:00
David Dehaven
8130b5c80f
Merge
2015-04-14 10:15:54 -07:00
Hendrik Schreiber
31ec6e06ef
8076106: [macosx] Drag image of TransferHandler does not honor MultiResolutionImage
...
Reviewed-by: serb, alexsch
2015-04-14 14:47:40 +04:00
Dmitry Markov
b29fb12ad4
8073453: Focus doesn't move when pressing Shift + Tab keys
...
Reviewed-by: alexsch, ant
2015-04-14 15:24:10 +04: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
Pooja Chopra
2fd5531d45
8076151: [TESTBUG] Test java/awt/FontClass/CreateFont/fileaccess/FontFile.java fails
...
Reviewed-by: alexsch, azvegint
2015-04-10 11:35:49 +03: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
Chris Hegarty
1392515988
8076644: MulticastSendReceiveTests.java fails with NumberFormatException due to network interference
...
Reviewed-by: alanb
2015-04-03 16:09:49 +01: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
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
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
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
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
Joe Darcy
07cd371738
8075670: Remove intermittent keyword from some tests
...
Reviewed-by: alanb
2015-03-23 09:45:32 -07:00
Zaiyao Liu
35c411ea7e
8048618: Tests for PKCS12 write operations
...
Reviewed-by: weijun
2015-03-23 15:37:03 +08: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
Brian Burkhalter
d7419560c2
8075362: j.u.Properties.load() methods have misaligned @throws clauses
...
Add spaces to align the @throws clauses, and rename Basic.java test and its @summary clause.
Reviewed-by: rriggs
2015-03-20 10:37:03 -07:00
Joe Darcy
2596979bfe
8075565: Define @intermittent jtreg keyword and mark intermittently failing jdk tests
...
Reviewed-by: lancea
2015-03-19 18:38:26 -07:00