2009/7/2 Tomek Grabiec <[email protected]>: > fixup_vtable() was using old ->method_index field which is no longer valid. > > Signed-off-by: Tomek Grabiec <[email protected]>
Acked-by: Vegard Nossum <[email protected]> Sorry about that! The ->method_index refers to the method's index in the class' ->methods array. So yeah, it doesn't _usually_ form a valid index into the vtable (I guess we were lucky so far). Vegard ------------------------------------------------------------------------------ _______________________________________________ Jatovm-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jatovm-devel
