------- 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