Freeze in GC_suspend_handler

Daniel Bonniot Daniel.Bonniot@inria.fr
Tue Jun 11 09:52:00 GMT 2002


>
>
>Right, it's trying to load a class.  The really Interesting thing to
>know is what that class is and why it's trying to load it.  That might
>tell us why it fails.
>
I can print debug information in my sources to know that. The program is 
a compiler, and it uses reflexion to load java classes (using Per 
Bothner's gnu.bytecode package). It is also in the normal course of the 
program to try to load a class and fail (the ClassNotFoundException is 
caught in my sources).

If you still think the information on the class name is useful, I will 
fetch it.

Daniel




More information about the Java mailing list