This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Patch: _Jv_BuildGCDescr() (fix -findirect-dispatch)


_Jv_BuildGCDescr was generating backwards mark descriptors (first word of object should be in most significant bit of descriptor). Also it wasn't taking into account the vtable pointer and sync_info fields, which should also be marked. This was causing major breakage for code compiled with -findirect-dispatch.

I'm checking in this fix.

Regards

Bryce.

Attachment: gc-descr.patch.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]