Re: [JAVA2D] PID in sun.awt.image.PNGImageDecoder.produceImage()

2006-11-23 Thread Michele Puccini
3 WEB: http://www.classx.it < - Original Message - From: "Phil Race" <[EMAIL PROTECTED]> To: "Michele Puccini" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, November 22, 2006 8:48 PM Subject: Re: [JA

Re: [JAVA2D] PID in sun.awt.image.PNGImageDecoder.produceImage()

2006-11-22 Thread Phil Race
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.imag

Re: [JAVA2D] PID in sun.awt.image.PNGImageDecoder.produceImage()

2006-11-22 Thread Dmitri Trembovetski
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 f