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

2014-10-29 Thread Sergey Bylokhov
Hi, Hendrik. You can find some process information here: http://openjdk.java.net/projects/jdk8u/ http://openjdk.java.net/projects/jdk8u/approval-template.html I will send an approval request for jdk8u for you, after I'll push this change to jdk 9. On 28.10.2014 12:02, Hendrik Schreiber wrote:

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

2014-10-29 Thread Hendrik Schreiber
On Oct 29, 2014, at 16:22, Sergey Bylokhov sergey.bylok...@oracle.com wrote: Hi, Hendrik. You can find some process information here: http://openjdk.java.net/projects/jdk8u/ http://openjdk.java.net/projects/jdk8u/approval-template.html I will send an approval request for jdk8u for you,

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

2014-10-28 Thread Hendrik Schreiber
On Oct 27, 2014, at 17:44, Sergey Bylokhov sergey.bylok...@oracle.com wrote: The fix looks good. webrev: http://cr.openjdk.java.net/~serb/Hendrik/8057830/webrev However, before we can accept fixes from you, you will need to have an OCA signed. Please find more details here:

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

2014-10-27 Thread Sergey Bylokhov
Hi, Hendrik. The fix looks good. webrev: http://cr.openjdk.java.net/~serb/Hendrik/8057830/webrev However, before we can accept fixes from you, you will need to have an OCA signed. Please find more details here: http://www.oracle.com/technetwork/community/oca-486395.html On 22.09.2014 12:19,

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

2014-10-17 Thread Denis Fokin
I can confirm that this crash happens rather often. Thank you, Denis. On 13 Oct 2014, at 11:59, Hendrik Schreiber h...@tagtraum.com wrote: Hey, I know it's only prio 4 in the database. But since Denis already found this good and it's a tiny fix, can someone with reviewer status please

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

2014-10-13 Thread Hendrik Schreiber
Hey, I know it's only prio 4 in the database. But since Denis already found this good and it's a tiny fix, can someone with reviewer status please spend the 10 minutes and check this out? I (and real customers) would very much appreciate it! Thank you. -hendrik On Oct 1, 2014, at 17:03,

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

2014-10-01 Thread Denis Fokin
Hi Hendrick, I am not a reviewer, but the fix looks good to me. Thank you, Denis. On 22 Sep 2014, at 12:19, Hendrik Schreiber h...@tagtraum.com wrote: Hi, Bug: https://bugs.openjdk.java.net/browse/JDK-8057830 On OS X, CGLGraphicsConfigInfo is destroyed by

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

2014-10-01 Thread Hendrik Schreiber
Thanks for the endorsement, Denis. Much appreciated! -hendrik On Oct 1, 2014, at 13:19, Denis Fokin denis.fo...@gmail.com wrote: Hi Hendrick, I am not a reviewer, but the fix looks good to me. Thank you, Denis. On 22 Sep 2014, at 12:19, Hendrik Schreiber h...@tagtraum.com wrote:

[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