Re: [Sablevm-developer] adventures in not understanding the java stack
Brought to you by:
egagnon
From: David <db...@cs...> - 2004-01-17 08:46:37
|
> 1) An exception being thrown in the callee (or one of the callee's=20 > callees), or some other exception-related irregular control flow --=20 > currently flagged at exception_handler: in interpreter.c, at ATHROW, an= d=20 > at INTERNAL_CALL_END > 2) GC being called in the callee (or one of the callee's callees) --=20 > flagged inside _svmf_stop_the_world() > 3) The callee (or one of the callee's callees) being a native method. >=20 > but ... I don't understand (3). >=20 Hi Chris, Native methods can throw exceptions and/or trigger garbage collection. David --- David B=E9langer Graduate Student School of Computer Science McGill University Office: MC226 Web page: http://www.cs.mcgill.ca/~dbelan2/ Public key: http://www.cs.mcgill.ca/~dbelan2/public_key.txt |