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

2006-11-22 Thread Michele Puccini
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 --

Re: [JAVA2D] java2d and X sessions

2006-11-22 Thread Nidel, Mike
Hello Dmitri (and all), Well, it's 3 weeks later and we've finally had some success with this. We have a fairly simple Swing application and a more complex imaging app that we are hoping to run over a long-line X windows session. Running on 1.4, both applications are unusably slow, for example 20

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

Re: [JAVA2D] Read Rotate operation on PlanarImage

2006-11-22 Thread Chris Campbell
Hi Sonal, Since this is purely a JAI question, you may have better luck asking the question on the [EMAIL PROTECTED] list, not the Java 2D interest list. Chris On Nov 21, 2006, at 11:08 PM, Makwana Sonal wrote: HI, I am performing the rotate operation on planarimage.my code to rotate the

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 :