[Bug libgcj/26861] VirtualMachineError in interperter.

tromey at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Mar 27 18:43:00 GMT 2006



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



More information about the Java-prs mailing list