Commit Graph

17 Commits

Author SHA1 Message Date
Mikhail Cherkasov a7480b54ff 8130242: DataFlavorComparator transitivity exception
Reviewed-by: serb
2016-02-18 15:48:13 +03:00
Alexey Ivanov c9b5322e40 8066756: Test test/sun/awt/dnd/8024061/bug8024061.java fails
Reviewed-by: alexsch, azvegint
2014-12-09 17:06:31 +03:00
Anton Nashatyrev 645d6ad084 8058473: "Comparison method violates its general contract" when using Clipboard
Reviewed-by: serb, bae
2014-09-26 15:25:33 +04:00
Anton Nashatyrev f5e84a8894 8047066: Test test/sun/awt/image/bug8038000.java fails with ClassCastException
Reviewed-by: bae, prr
2014-07-08 17:47:47 +04:00
Anton Nashatyrev 9963d07882 8038000: java.awt.image.RasterFormatException: Incorrect scanline stride
Reviewed-by: bae, serb
2014-05-19 17:38:18 +04:00
Alexey Ivanov b908a88462 8024061: Exception thrown when drag and drop between two components is executed quickly
Reviewed-by: pchelko, serb
2014-04-23 17:00:57 +04:00
Leonid Romanov c0ce231319 8019623: Lack of synchronization in AppContext.getAppContext()
Reviewed-by: anthony, art
2013-10-09 20:59:08 +04:00
Petr Pchelko f996af2115 7173464: Clipboard.getAvailableDataFlavors: Comparison method violates contract
Reviewed-by: anthony, art, serb
2013-08-14 17:20:09 +04:00
Andrew Brygin 969c84555e 8019201: Regression: java.awt.image.ConvolveOp throws java.awt.image.ImagingOpException
Reviewed-by: prr
2013-07-25 17:14:39 +04:00
Leonid Romanov 7e6639dea3 8012933: Test closed/java/awt/Dialog/DialogAnotherThread/JaWSTest.java fails since jdk 7u25 b07
Do not mark context as disposed until we've posted all the events

Reviewed-by: art
2013-05-06 16:12:55 +04:00
Anton Tarasov 7ff57078e3 8013437: Test sun/awt/datatransfer/SuplementaryCharactersTransferTest.java fails to compile since 8b86
Reviewed-by: alexsch
2013-05-24 18:01:22 +04:00
Alexander Scherbatiy a99c6a7fe5 6877495: JTextField and JTextArea does not support supplementary characters
Reviewed-by: serb, alexp
2013-03-06 19:42:26 +04:00
David Buck 733b1d638e 7104147: the fix for cr6887286 was not appropriate for backporting
Memory leak in the list of ImageObservers watching an object. We use recursion to iterate over the list. So once the list gets too big, we overflow the stack. Fix is to execute a prune operation on ever add, so there is no way we can get indefinite growth of stale nodes.

Reviewed-by: prr, flar
2012-03-21 18:41:42 -07:00
Kelly O'Hair fe008ae27a 6943119: Rebrand source copyright notices
Reviewed-by: darcy, weijun
2010-05-25 15:58:33 -07:00
Andrew Brygin 8403ec67a3 6936389: FontManager.fileCloser may cause memory leak in applets
Reviewed-by: igor, prr, ant
2010-04-20 11:06:47 +04:00
Andrew Brygin d83e26cba4 6800846: REGRESSION: Printing quality degraded with Java 6 compared to 5.0
Reviewed-by: igor, prr
2009-02-06 20:49:53 +03:00
J. Duke 319a3b9947 Initial load 2007-12-01 00:00:00 +00:00