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

2014-04-05 Thread Andrew Brygin
Hello Phil, the backport looks fine. Thanks, Andrew On 4/4/2014 10:29 PM, 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

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

2014-04-05 Thread Sergey Bylokhov
Hi, Phil. looks good. On 4/4/14 10:29 PM, 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] warnin

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

2014-04-05 Thread Sergey Bylokhov
Hi, Phil. Looks like webrev/jbslink for JDK8u20 are for other fix. On 4/5/14 12:34 AM, Jennifer Godinez wrote: 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

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

2014-04-05 Thread Phil Race
On 4/4/14 11:33 PM, Andrea Aime wrote: On Sat, Apr 5, 2014 at 12:53 AM, Mandy Chung > wrote: ... Right, the encapsulation will allow you to only access exported types. For internal APIs (not exported), you can't access them as they are solely impleme