[OpenJDK 2D-Dev] Review request for bug 100053

Roman Kennke Roman.Kennke at Sun.COM
Thu Oct 1 20:33:11 UTC 2009


Hi guys,

This patch here fixes the NPE in Pisces renderer as reported in:

https://bugs.openjdk.java.net/show_bug.cgi?id=100053

The webrev is here:

http://cr.openjdk.java.net/~rkennke/100053/webrev.00/

It basically adds nullchecks in the offending code. As far as I can see
this should be sufficient because these arrays are only accessed in the
scope of endRendering(). A testcase is also included.

Thanks, Roman





More information about the 2d-dev mailing list