Re: [OpenJDK Rasterizer] Marlin renderer contribution for review

2015-03-20 Thread Jim Graham
On 3/19/2015 3:53 PM, Laurent Bourgès wrote: > One important functional issue that I think we should address early on is that there are a number of property references in MarlinRenderingEngine and MarlinConst that I don't think are protected by AccessController doPrivileged blocks. These pieces

Re: [OpenJDK Rasterizer] Marlin renderer contribution for review

2015-03-20 Thread Laurent Bourgès
Jim, > Look at the source for java.awt.GraphicsEnvironment.getHeadlessProperty(). It's much more complicated than your needs, but it shows the way to wrap some code in a doPrivileged block. > > I'd recommend moving all of the getProperty() calls into a single static initialization block (in the C