Re: [Sablevm-developer] request for help
Brought to you by:
egagnon
From: Etienne M. G. <eti...@uq...> - 2002-12-17 04:37:06
|
On Mon, Dec 16, 2002 at 04:30:47PM -0800, Archie Cobbs wrote: > I'm not sure how to fix this.. the code for INVOKEINTERFACE calls > _svmf_resolve_CONSTANT_InterfaceMethodref() to resolve the interface > method, but it seems redundant now. Or perhaps INVOKEVIRTUAL needs to > check if the returned method is an interface method and act accordingly. I will investigate this. As long as the argument to INVOKEINTERFACE is a valid CONSTANT_Methodref, it is a SableVM bug. Otherwise, it is a compiler bug (unlikely). Etienne -- Etienne M. Gagnon http://www.info.uqam.ca/~egagnon/ SableVM: http://www.sablevm.org/ SableCC: http://www.sablecc.org/ |