Man Lung Wong
adb1c7571e
6848458: java/awt/GridLayout/LayoutExtraGaps/LayoutExtraGaps.java fails
...
Consider gap between the component edge and container borders instead of just getX() and getY()
Reviewed-by: dav
2009-06-26 19:50:44 +04:00
Anthony Petrov
b751a27e27
6851646: test/closed/java/awt/GridBagLayout/GridBagLayoutIpadXYTest/GridBagLayoutIpadXYTest.java can fail
...
Added realSync() call. Made the test public.
Reviewed-by: dcherepanov
2009-06-23 16:10:19 +04:00
Dmitry Cherepanov
0cadb2e023
6736247: Component.printAll Invalid local JNI handle
...
Reviewed-by: anthony
2009-06-23 15:10:02 +04:00
Anton Tarasov
48ed6852bf
4788402: SortingFocusTraversalPolicy: prob with non-focusable focus Cycle Root as first
...
Reviewed-by: dcherepanov
2009-06-18 11:28:54 +04:00
Yuri Nesterenko
d184c2ebce
Merge
2009-06-16 00:37:39 -07:00
Dmitry Cherepanov
d7d8999b2b
6847584: closed/java/awt/EventDispatchThread/LoopRobustness/LoopRobustness.html fails
...
Reviewed-by: anthony
2009-06-15 11:15:55 -04:00
Yuri Nesterenko
d094861eeb
Merge
2009-06-09 23:47:38 -07:00
Omair Majid
eb1cb99d4e
6832386: Fix JTreg test: java/awt/Graphics/DrawImageBG/SystemBgColorTest.java
...
Removed unneeded System.exit(0) call.
Reviewed-by: art, ohair, anthony
2009-06-04 15:18:46 +04:00
Yuri Nesterenko
86df48bb43
Merge
2009-06-01 01:06:28 -07:00
Yuri Nesterenko
5979ab9e03
Merge
2009-06-01 01:05:22 -07:00
Pavel Porvatov
f46daf03eb
6845805: Test for CR 6713352 is failed under Linux
...
Reviewed-by: malenkov
2009-05-28 18:11:07 +04:00
Artem Ananiev
55c50f50d0
6794764: Translucent windows are completely repainted on every paint event, on Windows
...
6719382: Printing of AWT components on windows is not working
6726866: Repainting artifacts when resizing or dragging JInternalFrames in non-opaque toplevel
6683775: Painting artifacts is seen when panel is made setOpaque(false) for a translucent window
Reviewed-by: anthony, tdv, alexp
2009-05-21 12:29:25 +04:00
Kelly O'Hair
f4e0a8215f
6842023: Improve test reliability, Increase timeout factor on jtreg tests, etc
...
Reviewed-by: tbell
2009-05-18 10:36:38 -07:00
Pavel Porvatov
210c9c8b6f
6713352: Deadlock in JFileChooser with synchronized custom FileSystemView
...
Reviewed-by: malenkov, peterz
2009-05-15 17:26:45 +04:00
Peter Zhelezniakov
8514d49a21
6741426: ClassCastException from ComboBoxEditableState (Nimbus LaF) in JDK 1.6.0_10 RC
...
Reviewed-by: rupashka
2009-05-14 18:12:13 +04:00
Yuri Nesterenko
a529aee20c
Merge
2009-05-12 00:40:13 -07:00
Yuri Nesterenko
d1277d1d57
Merge
2009-05-06 09:37:34 -07:00
Artem Ananiev
825bafa0ea
6837004: java.awt.GraphicsDevice.setFullScreenWindow throws NPE for windows with background color not set
...
Reviewed-by: yan, dcherepanov
2009-05-06 12:39:23 +04:00
Tim Bell
8f52d15f97
Merge
2009-05-05 23:12:47 -07:00
Tim Bell
7a94d5e47f
Merge
2009-05-04 22:16:02 -07:00
Alan Bateman
e4f45d0a0b
6834246: (ch) AsynchronousSocketChannel#write completes with wrong number of bytes written under load (win)
...
Reviewed-by: sherman
2009-05-04 19:25:14 +01:00
Jennifer Godinez
934dac40ef
Merge
2009-04-29 12:27:05 -07:00
Yuri Nesterenko
035ca4f0c8
Merge
2009-04-29 00:27:46 -07:00
Kelly O'Hair
2756e99316
6835241: Annotate some tests with @ignore that have shown to be unpredictable
...
Reviewed-by: tbell
2009-04-28 14:43:44 -07:00
Yuri Nesterenko
33484a2710
Merge
2009-04-28 13:41:11 -07:00
Yuri Nesterenko
06a805b13f
Merge
2009-04-28 13:30:42 -07:00
Jennifer Godinez
b7456052cd
Merge
2009-04-28 13:25:25 -07:00
Mandy Chung
f7b87611c6
6829503: addShutdownHook fails if called after shutdown has commenced
...
Allow shutdown hook to be added during shutdown and handle properly if it fails to add
Reviewed-by: alanb, dholmes, martin
2009-04-27 12:08:41 -07:00
Alan Bateman
b5ace034c3
6832557: TEST_BUG: java/lang/Class/getEnclosingConstructor/EnclosingConstructorTests.java fails to compile
...
Reviewed-by: darcy, mcimadamore
2009-04-23 19:44:43 +01:00
Tim Bell
cdcdf54d1e
Merge
2009-04-21 21:26:21 -07:00
Roman Kennke
a14c950998
6829678: StrokeShapeTest: createStrokedShape() behaves differently
...
Reviewed-by: igor, flar
2009-04-21 09:43:49 -07:00
Anthony Petrov
176a41f92e
6802853: API: shaped & translucent windows
...
A public API for the feature forward-ported from 6u10.
Reviewed-by: yan
2009-04-21 11:35:52 +04:00
Martin Buchholz
c0b32f4e3c
6278014: java.util.logging.LogRecord.getThreadID() should provide real thread id
...
Make j.u.l. thread id a copy of Thread's id, for small values of thread id.
Reviewed-by: alanb
2009-04-20 21:57:01 -07:00
Martin Buchholz
4910f50ea2
6716076: test UTIL_REGRESSION/test/java/util/logging/LoggingDeadlock2.java failed with exit code 1
...
Reviewed-by: swamyv, mchung
2009-04-20 21:53:38 -07:00
Jeremy Manson
8d5b9cfad8
6830220: Logging issues due to regression from bug fix 6797480
...
Reviewed-by: swamyv
2009-04-20 21:23:47 -07:00
Jennifer Godinez
f662d4d726
6821495: test/java/awt/print/PrinterJob/PrtException.java fails
...
Reviewed-by: igor, prr
2009-04-20 12:31:36 -07:00
Alan Bateman
cab29c9b7a
6830721: (fc) test/java/nio/channels/AsynchronousFileChannel/Basic.java intermittent failure
...
Reviewed-by: sherman
2009-04-20 09:30:50 +01:00
Tim Bell
f70e9b8dd9
Merge
2009-04-18 14:10:27 -07:00
Abhijit Saha
d3af1f284c
Merge
2009-04-17 09:21:27 -07:00
Anthony Petrov
4b321c2bfc
6829858: JInternalFrame is not redrawing heavyweight children properly
...
The Container.recursiveApplyCurrentShape() is now recursively called for all hw containers, even those having non-null layout
Reviewed-by: art, dcherepanov
2009-04-17 16:42:14 +04:00
Karl Helgason
b426a72177
6823446: Gervill SoftLowFrequencyOscillator fails when freq is set to 0 cent or 8.1758 Hz
...
Reviewed-by: amenkov
2009-04-17 16:28:02 +04:00
Karl Helgason
b136abc344
6821030: Merge OpenJDK Gervill with upstream sources, Q1CY2009
...
Reviewed-by: darcy, amenkov
2009-04-17 16:13:43 +04:00
Alan Bateman
dd28a663e4
Merge
2009-04-17 09:38:24 +01:00
Abhijit Saha
885f8851c5
Merge
2009-04-16 22:47:29 -07:00
Abhijit Saha
32bc86d541
Merge
2009-04-16 21:08:04 -07:00
Xueming Shen
c435a0905d
4244499: ZipEntry() does not convert filenames from Unicode to platform
...
4532049: IllegalArgumentException in ZipInputStream while reading unicode file
5030283: Incorrect implementation of UTF-8 in zip package
4700978: ZipFile can't treat Japanese name in a zipfile properly
4980042: Cannot use Surrogates in zip file metadata like filenames
4820807: java.util.zip.ZipInputStream cannot extract files with Chinese chars in name
Add new constructors for zip classes to support non-UTF-8 encoded names/comments in ZIP file
Reviewed-by: alanb, martin
2009-04-16 21:00:42 -07:00
Xiomara Jayasena
c9560133fd
Merge
2009-04-16 19:10:32 -07:00
Chris Hegarty
26ae13fe80
4927640: Implementation of the sctp protocol
...
An implementation-specific API for the Stream Control Transmission Protocol
Reviewed-by: alanb, michaelm, jccollet
2009-04-16 17:42:00 +01:00
Alan Bateman
26dc2b8949
6543863: (fc) FileLock.release can deadlock with FileChannel.close
...
6429910: (fc) FileChannel.lock() IOException: Bad file number, not AsynchronousCloseException
6814948: (fc) test/java/nio/channels/AsynchronousFileChannel/Lock.java failed intermittently
6822643: (fc) AsynchronousFileChannel.close does not invalidate FileLocks
Reviewed-by: sherman
2009-04-15 16:16:35 +01:00
Alan Bateman
9e2590b7bf
6795561: (bf) CharBuffer.subSequence() uses wrong capacity value for new buffer
...
Reviewed-by: sherman, iris
2009-04-15 14:53:34 +01:00