Re: [OpenJDK 2D-Dev] [PATCH] Request for review: 6904882: java.awt.Font.createFont() causes AccessControlException if executed with "-Djava.security.manager"

2010-02-03 Thread Phil Race
looks fine. -phil On 2/3/2010 11:35 AM, Roman Kennke wrote: I moved the FontPrivilege test into open. I did one small change to it, instead of calling setSecurityManager() in the beginning of the test, I added the tag /security=java.lang.SecurityManager which should have about the same effect.

Re: [OpenJDK 2D-Dev] [PATCH] Request for review: 6904882: java.awt.Font.createFont() causes AccessControlException if executed with "-Djava.security.manager"

2010-02-03 Thread Roman Kennke
I moved the FontPrivilege test into open. I did one small change to it, instead of calling setSecurityManager() in the beginning of the test, I added the tag /security=java.lang.SecurityManager which should have about the same effect. http://cr.openjdk.java.net/~rkennke/6904882/webrev.02/ Is this

[OpenJDK 2D-Dev] hg: jdk7/2d/jdk: 6896335: GraphicsEnvironment.getDefaultScreenDevice() throws UnsatisfiedLinkError in headless mode

2010-02-03 Thread roman . kennke
Changeset: cedd0cdd5b9a Author:rkennke Date: 2010-02-03 10:02 +0100 URL: http://hg.openjdk.java.net/jdk7/2d/jdk/rev/cedd0cdd5b9a 6896335: GraphicsEnvironment.getDefaultScreenDevice() throws UnsatisfiedLinkError in headless mode Summary: Use local ge variable instead of localEnv fie