Re: [OpenJDK 2D-Dev] [8] request for review: 7124347: [macosx] "java.lang.InternalError: not implemented yet" on call Graphics2D.drawRend

2014-10-01 Thread Sergey Bylokhov
Hi, Jim, Phil, Andrew. I have a question about this fix: http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/3c5bf5ed45a9 This fix was implemented on top of the Blit loop(new OGLAnyCompositeBlit class extends Blit). This approach has one drawback - it does not cover ScaledBlit/TransformBlit loops(same

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 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 wrote: > >> Hi, >> >> Bug: https://bug

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 wrote: > Hi, > > Bug: https://bugs.openjdk.java.net/browse/JDK-8057830 > > On OS X, CGLGraphicsConfigInfo is destroyed by > OGLGC_DestroyOGLGraphicsConfig, howeve