enum code too large 64k limit
807569Jul 26 2006 — edited Jul 26 2006While compiling with JDK1.5 received a "code too large" error when trying to compile an enum. Apparently the 64k limit is imposed on the new enum spec.
This restriction doesn't allow for enums with a large set of values which is impractical at best.
Has anyone else encountered this problem and received any response from Sun?