Re: [OpenJDK 2D-Dev] Review Reqeust for Bug 100068 - SunGraphics2D exposes a reference to itself while non fully initialised

2009-06-12 Thread Phil Race
Mario, Did you, or can you, share a test case (and any platform specific info needed) to repro this? -phil. Mario Torre wrote: Il giorno ven, 12/06/2009 alle 10.13 -0700, Phil Race ha scritto: If I don't set the loop in the > constructor, and don't check for null in the getter,

Re: [OpenJDK 2D-Dev] Review Reqeust for Bug 100068 - SunGraphics2D exposes a reference to itself while non fully initialised

2009-06-12 Thread Mario Torre
Il giorno ven, 12/06/2009 alle 10.13 -0700, Phil Race ha scritto: > > If I don't set the loop in the > > constructor, and don't check for null in the getter, I get NPE in > > various places, > > Isn't that just a bug in (I guess) your SurfaceData subclass ? > > -phil. Hi Phil! No, because thi

[OpenJDK 2D-Dev] upcoming 2d JDK 7 integration

2009-06-12 Thread Jennifer Godinez
Just a heads-up that 2D will integrate on 6/30th for b63 . Please plan to put your fixes before the code freeze which is 6/23rd, 5 PM. Thank you. Jennifer

Re: [OpenJDK 2D-Dev] Review Reqeust for Bug 100068 - SunGraphics2D exposes a reference to itself while non fully initialised

2009-06-12 Thread Phil Race
> If I don't set the loop in the > constructor, and don't check for null in the getter, I get NPE in > various places, Isn't that just a bug in (I guess) your SurfaceData subclass ? -phil. Mario Torre wrote: Il giorno mer, 10/06/2009 alle 03.02 -0700, Jim Graham ha scritto: What is the need fo