Re: [OpenJDK 2D-Dev] Custom rendering engines in jk9

2014-04-04 Thread Andrea Aime
On Sat, Apr 5, 2014 at 12:53 AM, Mandy Chung wrote: > On 4/2/14 12:10 AM, Laurent Bourgès wrote: > >> For now to use marlin, I use the bootclasspath append option to load the >> marlin classes. Will it still work on jdk9 ? >> > > This is TBD. We recognize the dependency on the bootclasspath. > >

Re: [OpenJDK 2D-Dev] Custom rendering engines in jk9

2014-04-04 Thread Mandy Chung
On 4/2/14 12:10 AM, Laurent Bourgès wrote: For now to use marlin, I use the bootclasspath append option to load the marlin classes. Will it still work on jdk9 ? This is TBD. We recognize the dependency on the bootclasspath. > With Jigsaw in JDK 9, the access control rules will be extended to

2d-dev@openjdk.java.net

2014-04-04 Thread Jim Graham
The new code in SwingUtilities2 looks good to me, so I'll approve that file. I'll leave the code in the rest of the files to Petr... ...jim On 4/4/14 6:37 AM, Sergey Bylokhov wrote: Hello. Please review the fix for jdk 9. The problem became visible, when we draw a bor

Re: [OpenJDK 2D-Dev] RFR: JDK8u20 backport of 8035569: JNI correctness fixes in WPrinterJob.cpp

2014-04-04 Thread Jennifer Godinez
Looks good. Jennifer On 4/4/2014 12:01 PM, Phil Race wrote: Jennifer & Sergey, Please check the identical JDK8u20 backport of the fix for the JNI corrrectness fix in WPrinterJob.cpp that you previously approved for JDK 9 Bug link: https://bugs.openjdk.java.net/browse/JDK- 8035569 Synopsis: [p

Re: [OpenJDK 2D-Dev] RFR: JDK8u20 backport of 8031095: warning from jdk/src/solaris/native/sun/awt/awt_Font.c: memory leak

2014-04-04 Thread Jennifer Godinez
Approved. Jennifer On 4/4/2014 11:29 AM, Phil Race wrote: Jennifer & Andrew, Please check the identical JDK8u20 backport of the fix for the (theoretical) memory leak in awt_Font.c that you approved for JDK9 Bug link: https://bugs.openjdk.java.net/browse/JDK-8031095 Synopsis: [Parfait] warning

[OpenJDK 2D-Dev] RFR: JDK8u20 backport of 8035569: JNI correctness fixes in WPrinterJob.cpp

2014-04-04 Thread Phil Race
Jennifer & Sergey, Please check the identical JDK8u20 backport of the fix for the JNI corrrectness fix in WPrinterJob.cpp that you previously approved for JDK 9 Bug link: https://bugs.openjdk.java.net/browse/JDK- 8035569 Synopsis: [parfait] JNI expection pending in jdk/src/windows/native/sun/w

[OpenJDK 2D-Dev] RFR: JDK8u20 backport of 8031095: warning from jdk/src/solaris/native/sun/awt/awt_Font.c: memory leak

2014-04-04 Thread Phil Race
Jennifer & Andrew, Please check the identical JDK8u20 backport of the fix for the (theoretical) memory leak in awt_Font.c that you approved for JDK9 Bug link: https://bugs.openjdk.java.net/browse/JDK-8031095 Synopsis: [Parfait] warning from jdk/src/solaris/native/sun/awt: memory leak JDK9 cha

2d-dev@openjdk.java.net

2014-04-04 Thread Sergey Bylokhov
Hello. Please review the fix for jdk 9. The problem became visible, when we draw a border across the component using drawLine, and expected that fillRect will clear a border of the component. This is incorrect, because in case of the scaled graphics(retina) some part of the line can be placed

Re: [OpenJDK 2D-Dev] [9] Review request for 8029339 Custom MultiResolution image support on HiDPI displays

2014-04-04 Thread Alexander Scherbatiy
On 4/3/2014 2:23 AM, Jim Graham wrote: Hi Alexandr, The back and forth is getting confusing here, so I thought I'd try to summarize and start fresh(ish): 1. We need to support @2x internally for MacOS compatibility (done). 2. We will need to support _DPI images for Win-DPI compatibility (TBD