Re: [OpenJDK 2D-Dev] Why does the OpenGL pipeline not use setupBlitVector?

2008-06-03 Thread Clemens Eisserer
Hi again, I now inserted printf-statements to see the value of the parameters before and after passing them: In X11TextRenderer: numGlpyhs:10, usePositions:0, subpixPos:0, rgbOrder:0, lcdc:140, glypx:100.50, glyphy:400.50, Images: -1376605040, NULL In X11TextRenderer_md: numGlpyh

Re: [OpenJDK 2D-Dev] Why does the OpenGL pipeline not use setupBlitVector?

2008-06-03 Thread Clemens Eisserer
Hi Dmitri, > Did you try to run it with -Xcheck:jni (preferably on a fastdebug > build)? What does it say? Thanks for the hint, it cleans the array-handle is not valid. I added printf-statements and Hotspot is of course right, the "original" object handle was != NULL, but the one I passed is ze