Message620
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 |
|
Date |
User |
Action |
Args |
2008-02-20 17:17:04 | admin | link | issue527524 messages |
2008-02-20 17:17:04 | admin | create | |
|