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 24/mag/2006, at 10:14, Juerg Lehni wrote:


Would it theoretically be possible to make it compatible with Rosetta by changing that part of the code?

No, as far as I know, because this call is needed to get informations about thread stack status. Rosetta is probably fiddling with the internal thread status frame, hence it will not allow you to get it. And GC will not work without this informations.


Cheers,
  Sandro


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