Re: [OpenJDK 2D-Dev] Turn on Xrender by default in JDK 8

2011-08-12 Thread Phil Race
Yes, "False" is a no-op. You need "false" .. I did almost add "False" support, but I was thinking of it for printing a message that the pipeline is disabled, however so far as I could see, no pipeline prints anything for "False", even if it understands it, which may only have been the case on Wi

Re: [OpenJDK 2D-Dev] Turn on Xrender by default in JDK 8

2011-08-12 Thread Jim Graham
You probably should have updated the verbose half of the tests while you were inverting the logic. It's only a debugging tool, but right now there is no way to verbosely turn it off like there used to be a way to verbosely turn it on. Now if someone uses "False" or "F" thinking that this will

[OpenJDK 2D-Dev] hg: jdk8/2d/jdk: 7077423: Enable Xrender by default

2011-08-12 Thread philip . race
Changeset: 6664b47ddfd9 Author:prr Date: 2011-08-12 09:48 -0700 URL: http://hg.openjdk.java.net/jdk8/2d/jdk/rev/6664b47ddfd9 7077423: Enable Xrender by default Reviewed-by: bae, jgodinez, ceisserer ! src/solaris/classes/sun/awt/X11GraphicsEnvironment.java