newObject bug?

Choi Jung pil jpchoi90 at csweb.korea.ac.kr
Mon Nov 10 10:22:24 PST 1997


I can't understand that why "sizeof(int32)" must used in
[newObject.c:59]
I think that
    sz = CLASS_FSIZE(class) * sizeof(int32) + sizeof(Hjava_lang_Object)
must replaced with
    sz = CLASS_FSIZE(class)  + sizeof(Hjava_lang_Object);
...
Is my mistake? please answer me~



More information about the kaffe mailing list