prr [Wed, 02 Dec 2015 09:15:12 -0800] rev 34421
Merge
prr [Wed, 02 Dec 2015 09:12:39 -0800] rev 34420
8144074: [PIT] Crash calling Toolkit.getScreenSize() on Windows.
Reviewed-by: flar
lbourges [Mon, 23 Nov 2015 15:02:19 -0800] rev 34419
8143849: Integrate Marlin renderer per JEP 265
Reviewed-by: flar, prr
flar [Mon, 23 Nov 2015 14:56:43 -0800] rev 34418
8143848: changeset was pushed with wrong attributions
Reviewed-by: prr
flar [Mon, 23 Nov 2015 14:35:55 -0800] rev 34417
8076529: Marlin antialiasing renderer integration
Reviewed-by: flar, prr
bpb [Mon, 23 Nov 2015 12:26:12 -0800] rev 34416
8143342: Integrate Java Image I/O support for TIFF per JEP 262
Summary: Port TIFF reader and writer plugins from JAI Image I/O Tools to JDK 9
Reviewed-by: prr, serb
prr [Mon, 23 Nov 2015 10:00:50 -0800] rev 34415
Merge
prr [Mon, 23 Nov 2015 09:58:44 -0800] rev 34414
8143177: Integrate harfbuzz opentype layout engine per JEP 258
Reviewed-by: srl, vadim, serb
kshefov [Mon, 23 Nov 2015 14:44:41 +0300] rev 34413
7146533: [TEST BUG] [macosx] skip java/awt/xembed/server/RunTestXEmbed.java for Mac OS X
Reviewed-by: alexsch, serb
Contributed-by: Vikrant Agarwal <vikrant.v.agarwal@oracle.com>
serb [Sun, 22 Nov 2015 17:27:33 +0300] rev 34412
8135100: Behavior of null arguments not specified in javax.sound.sampled.spi
Summary: The specification change was reviewed by Florian Bomers also
Reviewed-by: amenkov
ptbrunet [Fri, 20 Nov 2015 17:54:58 -0600] rev 34411
8056925: Add jaccessinspector and jaccesswalker to the bin directory
Summary: Add jaccessinspector, jaccesswalker to jdk.accessibility module; update launcher in make
Reviewed-by: erikj, van, prr
Contributed-by: peter.brunet@oracle.com
rchamyal [Fri, 20 Nov 2015 16:44:33 +0400] rev 34410
8037575: JFrame on Windows doesn't animate when setting ICONIFIED state
Reviewed-by: azvegint, alexsch
omajid [Thu, 19 Nov 2015 12:52:41 -0500] rev 34409
8142898: Prefer isFile()/isDirectory() over exists() in SoftSynthesizer
Reviewed-by: serb
serb [Thu, 19 Nov 2015 01:52:52 +0300] rev 34408
8143256: The build is broken after JDK-8081411
Reviewed-by: omajid
alexsch [Wed, 18 Nov 2015 19:13:42 +0400] rev 34407
8081411: Add an API for painting an icon with a SynthContext
Reviewed-by: serb, azvegint
prr [Tue, 17 Nov 2015 13:24:06 -0800] rev 34406
Merge
prr [Tue, 17 Nov 2015 13:09:16 -0800] rev 34405
Merge
psadhukhan [Wed, 18 Nov 2015 00:20:15 +0300] rev 34404
8067059: PrinterJob.pageDialog() with DialogSelectionType.NATIVE returns a PageFormat when cancelled.
Reviewed-by: jgodinez, prr
psadhukhan [Tue, 17 Nov 2015 19:15:48 +0300] rev 34403
8039412: Stack overflow on Linux using DialogTypeSelection.NATIVE
Reviewed-by: prr, rchamyal
alexsch [Tue, 17 Nov 2015 19:29:04 +0400] rev 34402
8132770: Test javax/swing/JRadioButton/FocusTraversal/FocusTraversal.java fails in MacOSX
Reviewed-by: rchamyal, alexsch
Contributed-by: Avik Niyogi <avik.niyogi@oracle.com>
alexsch [Tue, 17 Nov 2015 19:09:37 +0400] rev 34401
7124218: Space should select cell in the JTable
Reviewed-by: rchamyal, alexsch
Contributed-by: Avik Niyogi <avik.niyogi@oracle.com>
rchamyal [Tue, 17 Nov 2015 13:14:26 +0400] rev 34400
8030099: Memory usage of java process increases after pressing start button in test window
Reviewed-by: prr, serb
prr [Mon, 16 Nov 2015 16:07:46 -0800] rev 34399
7162125: [macosx] A font has different behaviour for ligatures depending on its creation mod
Reviewed-by: srl, jgodinez
rchamyal [Mon, 16 Nov 2015 15:03:17 +0400] rev 34398
6288609: JInternalFrame.setDefaultCloseOperation() interferes with "close" behavior
Reviewed-by: psadhukhan, alexsch
psadhukhan [Mon, 16 Nov 2015 10:56:21 +0300] rev 34397
8081491: The case print incomplete.
Reviewed-by: alexsch, rchamyal
rchamyal [Fri, 13 Nov 2015 18:46:16 +0400] rev 34396
8079253: Test javax/swing/SwingUtilities/TestBadBreak/TestBadBreak.java fails
Reviewed-by: serb, alexsch
alexsch [Fri, 13 Nov 2015 18:36:14 +0400] rev 34395
8137571: Linux HiDPI Graphics support
Reviewed-by: flar, serb
alexsch [Fri, 13 Nov 2015 05:02:26 -0800] rev 34394
8073320: Windows HiDPI Graphics support
Reviewed-by: flar, serb
ptbrunet [Thu, 12 Nov 2015 12:27:36 -0600] rev 34393
8134116: Add more comprehensive fix and regression test for JDK-8133897
Summary: Use getTitleAt instead of Page.title field; add regression test
Reviewed-by: alexsch, serb
Contributed-by: peter.brunet@oracle.com
ksrini [Wed, 02 Dec 2015 14:31:52 -0800] rev 34392
8144533: VersionCheck.java failing after Verona changes in dev
Reviewed-by: darcy, iris
smarks [Wed, 02 Dec 2015 14:18:26 -0800] rev 34391
8143858: typo in Timer.purge() doc
Reviewed-by: darcy
vtewari [Wed, 02 Dec 2015 21:32:40 +0100] rev 34390
6856817: Poor performance of Writer#append with CharBuffer
Summary: Poor performance of Writer#append with CharBuffer
Reviewed-by: rriggs, dfuchs, sherman, shade