exception handling and parseMethodTable() bugfixes

This commit is contained in:
Joel Dice
2007-07-24 19:56:05 -06:00
parent 97aaa419b4
commit 6b0792c881
5 changed files with 11 additions and 9 deletions

View File

@ -967,7 +967,7 @@ parseMethodTable(Thread* t, Stream& s, object class_, object pool)
if (p) {
set(t, tripleSecond(t, p), method);
} else {
hashMapInsert(t, virtualMap, method, 0, methodHash);
hashMapInsert(t, nativeMap, method, 0, methodHash);
}
}