Deadlock in Class::forName on OSX

Sandro Tolaini tolaini@libero.it
Wed May 24 18:45:00 GMT 2006


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



More information about the Java mailing list