JVM method maximum?
843811Jul 2 2002 — edited Jul 14 2002This is something that usually only occurs with generated code (for example JSPs), but since that occurs more and more lately, I was amazed by this discovery.
It appears that the JVM goes sour if a method exceeds 64K.
I did not find any reference of this boundary in the specs on the Sun JVM. Does anyone know of a JVM that does not have this limit? What is the reason for such a limit?
Tom