yes that is what it looks like.

>Current CompileTask:
>HotSpot Client Compiler: 38  !b
>sun.awt.image.PNGImageDecoder.produceImage()V (1772 bytes)

There's an 'XX' option to java which tells hotspot not to compile
a specific method.

I think the syntax is :
-XX:CompileCommand=exclude,sun.awt.image.PNGImageDecoder.produceImage

If that helps then its very probably a compiler bug

If not someone in the VM forums may be able to give you more
ways to diagnose if its really a VM problem or just looks like it

-phil.

Dmitri Trembovetski wrote:
  Hi Mik,

  the crash happened in hotspot (on their compiler thread), not in the
  libraries, so it's hard to say what could be wrong.

  Could you try your applicaion on jdk6?

  Thanks,
    Dmitri

On Wed, Nov 22, 2006 at 01:06:07PM +0100, Michele Puccini wrote:
 > Hello,
 >
 > I'm getting the following PID when decoding PNG files.
 > The PNG decoding is called from an "under pressure" rendering thread.
 > The crash does not happen if we use our internal (all Java) PNG or TGA
 > readers.
 >
 > What happens ?
 >
 > Cheers,
 >
 > Mik
 > --
 >
 > ===========================================================================
 > 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".

===========================================================================
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