Re: [OpenJDK 2D-Dev] What is the offset-field used for in AATileGenerator.getAlpha?

2009-09-13 Thread Jim Graham
It is the offset into the output array of where to put the tile data. The pseudo-code in the class comments doesn't necessarily ignore it so much as it passes it as 0 since it needs the data placed into the beginning of the array and then it immediately processes the data before getting the nex

Re: [OpenJDK 2D-Dev] Review Request for 6879044

2009-09-13 Thread Oleg Sukhodolsky
On Mon, Sep 14, 2009 at 5:32 AM, Mandy Chung wrote: > 6879044: Eliminate the dependency of logging from the JRE core/awt/swing > classes > > Webrev: >  http://cr.openjdk.java.net/~mchung/6879044/webrev.00/ > > Summary: > 1. A new sun.util.logging.PlatformLogger class that will handle the log > mes

[OpenJDK 2D-Dev] Review Request for 6879044

2009-09-13 Thread Mandy Chung
6879044: Eliminate the dependency of logging from the JRE core/awt/swing classes Webrev: http://cr.openjdk.java.net/~mchung/6879044/webrev.00/ Summary: 1. A new sun.util.logging.PlatformLogger class that will handle the log messages in a similar way as Logger but it will only delegate to jav