glasspane performance

2014-03-27 Thread Hendrik Schreiber
Hey.. my application used to use the glasspane for animations, following this simple scheme - draw initial component state to an image - draw final component state to an image - set my own component as glasspane - the draw the different animation stages in the glasspane component, calling repa

[9] Review request for 8036882 [macosx] Native memory leak in Java_sun_lwawt_macosx_CImage_nativeGetNSImageRepresentationSizes

2014-03-27 Thread Alexander Scherbatiy
Hello, Could you review the fix: bug: https://bugs.openjdk.java.net/browse/JDK-8036882 webrev: http://cr.openjdk.java.net/~alexsch/8036882/webrev.00 autorelease is added for [[NSMutableArray alloc] init] call. There is no a test for the fix because it is hard to write it. Thanks, Alexandr

Re: [9] Review request for 8036882 [macosx] Native memory leak in Java_sun_lwawt_macosx_CImage_nativeGetNSImageRepresentationSizes

2014-03-27 Thread Petr Pchelko
Hello, Alexander. The fix looks good to me. With best regards. Petr. 27 марта 2014 г., в 7:49 после полудня, Alexander Scherbatiy написал(а): > > Hello, > > Could you review the fix: > bug: https://bugs.openjdk.java.net/browse/JDK-8036882 > webrev: http://cr.openjdk.java.net/~alexsch/8036

Re: [9] Review request for 8036882 [macosx] Native memory leak in Java_sun_lwawt_macosx_CImage_nativeGetNSImageRepresentationSizes

2014-03-27 Thread Sergey Bylokhov
Hi, Alexander. The fix looks good to me too. Thanks. On 3/27/14 9:37 PM, Petr Pchelko wrote: Hello, Alexander. The fix looks good to me. With best regards. Petr. 27 марта 2014 г., в 7:49 после полудня, Alexander Scherbatiy написал(а): Hello, Could you review the fix: bug: https://bugs.