Deadlock in Class::forName on OSX

Sandro Tolaini tolaini@libero.it
Tue May 23 19:02:00 GMT 2006


On 23/mag/2006, at 18:59, Juerg Lehni wrote:

> I am new to gcj and am currently trying to get it work in an Adobe  
> Illustrator plugin for which I previously used Apple's JVM. I want  
> to switch to gcj in order to get around problems with the Rosetta  
> PowerPC emulation, as the JVM cannot be invoked on Intel machines,  
> but gcj should still run inside the Rosetta emulated Illstrator app.

gcj executables will not run under Rosetta. The problem arises from a  
syscall (thread_get_state) that under Rosetta is not implemented.  
This call is used in darwin_stop_world.c

Cheers,
   Sandro



More information about the Java mailing list