objectformat: one word after mtable in object layout
[mate.git] / ffi / native.c
index 7374405b7fbe172c8384494d9f88615707e8dfab..45964b77f701a067273b3cb945e8b4d9d402e885 100644 (file)
@@ -48,11 +48,13 @@ void java_io_PrintStream__printf___I_V(int a)
 
 struct integer {
        unsigned int method_table_ptr;
+       unsigned int gc_data;
        int value;
 };
 
 struct string {
        unsigned int method_table_ptr;
+       unsigned int gc_data;
        struct chararray *value;
 };