OpenJDK7 and the JavaOne preview (M3) release
Mark Wielaard
mark at klomp.org
Sat May 23 00:18:44 PDT 2009
On Fri, 2009-05-22 at 20:05 +0200, Mark Wielaard wrote:
> Hi Andrew,
>
> On Fri, 2009-05-22 at 18:35 +0100, Andrew John Hughes wrote:
> > Are there any negative side-effects to having this code applied all the time?
>
> No, the patches are designed so that without the property set the old
> pipeline is used.
That said, if you do build with --disable-xrender then the font issue
doesn't occur. So something else is broken with the xrender support :(
I propose that we disable xrender support by default for now while we
figure out what else is borked. This is slightly annoying since
especially in my current situation (slow X ssh connection to main
machine) running with -Dsun.java2d.xrender=True was the only way to make
running gui apps somewhat bearable.
New test results published:
http://icedtea.classpath.org/~mjw/jtreg7/
hotspot:
Test results: passed: 35; failed: 1; error: 2
langtools:
Test results: passed: 1,475
jdk:
Test results: passed: 3,751; failed: 53; error: 3
Still much more failures than I would like, but clearly somewhat better.
This time a lot of tests fail with the somewhat mysterious
IllegalArgumentException: button doesn't exist 12
Cheers,
Mark
More information about the distro-pkg-dev
mailing list