This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug libgcj/26861] VirtualMachineError in interperter.
- From: "tromey at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 27 Mar 2006 18:43:28 -0000
- Subject: [Bug libgcj/26861] VirtualMachineError in interperter.
- References: <bug-26861-7151@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from tromey at gcc dot gnu dot org 2006-03-27 18:43 -------
The error appears to be intentional:
jint field_offset = field->u.boffset;
if (field_offset > 0xffff)
throw new java::lang::VirtualMachineError;
However, I don't know what purpose this could serve.
Perhaps it is a mistake on the part of the original author,
thinking that this somehow reflects the internal limit
of 65535 fields per .class file.
--
tromey at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tromey at gcc dot gnu dot
| |org
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2006-03-27 18:43:27
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26861