This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Deadlock in Class::forName on OSX



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]