[OpenJDK 2D-Dev] hg: jdk8/2d/jdk: 7196866: CTW fails on all Solaris platforms

2013-07-22 Thread philip . race
Changeset: 2978c0a543ed Author:prr Date: 2013-07-22 12:52 -0700 URL: http://hg.openjdk.java.net/jdk8/2d/jdk/rev/2978c0a543ed 7196866: CTW fails on all Solaris platforms Reviewed-by: prr, jrose, twisti, kvn ! src/solaris/native/sun/awt/awt_GraphicsEnv.c ! src/solaris/native/sun/java

Re: [OpenJDK 2D-Dev] JPEGImageWriter memory leak, regression due to fix for 800791

2013-07-22 Thread Mario Torre
On Mon, 2013-07-22 at 16:30 +0400, Andrew Brygin wrote: > Hello Mario, Hi Andrew, Thanks for the reply :) > This problem is now tracked as a bug 8020983: > http://bugs.sun.com/view_bug.do?bug_id=8020983 > > This problem can be avoided by an explicit call for reset() or > dispose() on an in

Re: [OpenJDK 2D-Dev] [8] Request for review: 7190349 and 8013569.

2013-07-22 Thread Phil Race
OK. -phil. On 7/22/13 10:27 AM, Sergey Bylokhov wrote: Hi, Phil. Can I push the fix? Because nobody have an additional comments. Deep testing of these changes is required, and I would like to start it earlier, than later. On 03.07.2013 3:29, Phil Race wrote: On 7/1/2013 7:57 AM, Sergey Byl

Re: [OpenJDK 2D-Dev] [8] Request for review: 7190349 and 8013569.

2013-07-22 Thread Sergey Bylokhov
Hi, Phil. Can I push the fix? Because nobody have an additional comments. Deep testing of these changes is required, and I would like to start it earlier, than later. On 03.07.2013 3:29, Phil Race wrote: On 7/1/2013 7:57 AM, Sergey Bylokhov wrote: Hello. Can you take a look to the fix for: 7

Re: [OpenJDK 2D-Dev] JPEGImageWriter memory leak, regression due to fix for 800791

2013-07-22 Thread Andrew Brygin
Hello Mario, I am sorry for the delay. This problem is now tracked as a bug 8020983: http://bugs.sun.com/view_bug.do?bug_id=8020983 This problem can be avoided by an explicit call for reset() or dispose() on an instance of jpeg writer. Thanks, Andrew On 7/20/2013 9:22 PM, Mario Torre wr