Re: [OpenJDK 2D-Dev] Updated Review Request for JDK-8054877

2014-09-22 Thread Sergey Bylokhov
Hello. Just a small issue. The dot at the end of "@throws ClassNotFoundException" is not necessary. On 19.09.2014 23:08, Phil Race wrote: Looks good now -phil. On 9/18/2014 7:58 PM, Anisha Nagarajan wrote: Hi, Here is the updated werbev for JDK-8054877: http://cr.openjdk.java.net/~ssides/8

[OpenJDK 2D-Dev] RFR: JDK-8057830: Crash in Java2D Queue Flusher, OGLSD_SetScratchSurface

2014-09-22 Thread Hendrik Schreiber
Hi, Bug: https://bugs.openjdk.java.net/browse/JDK-8057830 On OS X, CGLGraphicsConfigInfo is destroyed by OGLGC_DestroyOGLGraphicsConfig, however the pointer to it still hangs around for a while and is not reset to NULL, until we get rid of it with a Disposer later on. In the meantime it appear