Bug 18148 - gcj has wrong type for itable
Summary: gcj has wrong type for itable
Status: RESOLVED WONTFIX
Alias: None
Product: gcc
Classification: Unclassified
Component: java (show other bugs)
Version: 4.0.0
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords: wrong-code
Depends on:
Blocks:
 
Reported: 2004-10-25 19:16 UTC by Tom Tromey
Modified: 2016-09-30 22:51 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2006-01-26 05:34:01


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Tromey 2004-10-25 19:16:10 UTC
gcj computes the type of the `itable' field of Class
differently from how the runtime declares this type.
This is confusing to the maintainer and potentially
fragile (depending on the vagaries of struct layout).
See http://gcc.gnu.org/ml/java-patches/2004-q4/msg00286.html
Comment 1 Andrew Pinski 2004-10-25 20:06:57 UTC
Confirmed.
Comment 2 Andrew Pinski 2016-09-30 22:51:37 UTC
Closing as won't fix as the Java front-end has been removed from the trunk.