I\'m developing an application that generates and compiles classes at runtime. This will sometimes create huge amounts of generated code.
With one of our test cases,
Section 5.1 of the JVM spec defines exactly what constitutes the constant pool (mostly references to classes/methods and literals).