OpenJDK7 and the JavaOne preview (M3) release

Mark Wielaard mark at klomp.org
Fri May 22 15:29:55 PDT 2009


On Fri, 2009-05-22 at 17:03 +0200, Mark Wielaard wrote:
> Unfortunately XRender support seems to be broken:
> bin/java -Dsun.java2d.xrender=True -classpath ~/src/tests GTest
> 
> XRender pipeline enabled
> May 22, 2009 5:01:29 PM sun.awt.X11.XBaseWindow init
> WARNING: Exception during peer initialization
> java.lang.UnsatisfiedLinkError:
> sun.java2d.x11.XSurfaceData.isDrawableValid()Z
> 	at sun.java2d.x11.XSurfaceData.isDrawableValid(Native Method)
> 
> I haven't investigated yet where the native method went.

Found it. There was mixup in one of the rebased patches. Fixed as
follows:

2009-05-22  Mark Wielaard  <mark at klomp.org>

        * patches/xrender/icedtea-002.patch: Correct rebase. Add
        Java_sun_java2d_x11_XSurfaceData_isDrawableValid and
        Java_sun_java2d_x11_XSurfaceData_setInvalid back.

Cheers,

Mark
-------------- next part --------------
A non-text attachment was scrubbed...
Name: xrender-fixup.patch
Type: text/x-patch
Size: 2080 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20090523/121792e7/xrender-fixup.patch 


More information about the distro-pkg-dev mailing list