Hi Brian,

  does this happen with all java applications or
  yours only?

  Does resizing help?

  Which java version are you running on?

  Thanks,
    Dmitri


Peterson, Brian J. wrote:
My client application’s graphics appear to lock up as if the EDT has
been blocked, but it isn’t – the EDT is still working, but the window
doesn’t update and you can’t do anything with it. When this happens, the
java2d logging streams out never ending FillRect messages with an
occasionally Blit:



sun.java2d.loops.FillRect::FillRect(AnyColor, SrcNoEa, AnyInt)

sun.java2d.loops.FillRect::FillRect(AnyColor, SrcNoEa, AnyInt)

sun.java2d.loops.Blit::Blit(IntRgb, SrcNoEa, IntRgb)

sun.java2d.loops.FillRect::FillRect(AnyColor, SrcNoEa, AnyInt)



I’m running JDK 1.6.0 on XP SP2 machines with different versions of
Nvidia Quadro FX cards (a 1400 and a 3450/4000). On one machine the
driver is about 10 months old.



I’m running with ddoffscreen off: -Dsun.java2d.ddoffscreen=false



I’ve tried turning off DirectDraw acceleration, but that didn’t help.
The OpenGL pipeline causes lots of other problems with the application.



Any help or ideas would be much appreciated.



Brian

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body of the message "signoff JAVA2D-INTEREST". For general help, send
email to [EMAIL PROTECTED] and include in the body of the message
"help".

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA2D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to