[kaffe] Kaffe CVS: kaffe hkraemer
Kaffe CVS
kaffe@kaffe.org
Mon Jun 23 08:04:01 2003
CVSROOT: /cvs/kaffe
Module name: kaffe
Changes by: hkraemer 03/06/23 08:01:58
Modified files:
. : ChangeLog
kaffe/kaffevm/jit: machine.c
kaffe/kaffevm/jit3: funcs.c machine.c machine.h
Log message:
2003-06-23 Helmer Kraemer <hkraemer@freenet.de>
* kaffe/kaffevm/jit/machine.c
(finishInsnSequence): adapted to modified alignment of gc heap
(getInsnPC): new method
(installMethodCode): use getInsnPC to translate exception table
and line number table entries; corrected handling of exception
table entries that cover the last instruction of a method
* kaffe/kaffevm/jit3/machine.c
(getInsnPC, installMethodCode): properly deal with exception table
entries that cover the last instruction of a method