Message620

Author leouserz
Recipients
Date 2006-12-21.15:37:54
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The problem appears to be that that the method executing exceeds the size constraints of the ClasFile format for a method.  In the VM spec, this is stated as a maximum size of 65536, which coincides with the error message.  Looking at this from a Java 6, this limit appears to have grown to: 99877

which Im going to assume is because of jsr 202:
http://www.jcp.org/en/jsr/detail?id=202

It would be nice to find info of the max this has been changed to.

leouser
History
Date User Action Args
2008-02-20 17:17:04adminlinkissue527524 messages
2008-02-20 17:17:04admincreate