This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Deadlock in Class::forName on OSX
- From: Sandro Tolaini <tolaini at libero dot it>
- To: Juerg Lehni <lehni at gmx dot net>
- Cc: java at gcc dot gnu dot org
- Date: Tue, 23 May 2006 21:02:16 +0200
- Subject: Re: Deadlock in Class::forName on OSX
- References: <EAD56F8D-2842-4716-86A5-1333B9E476D7@gmx.net>
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