By bloid
via elliotth.blogspot.com
Published: Apr 01 2008 / 07:08
If you're compiling a language other than Java, you may find the fact that the class file constant pool can only contain JVM primitive types or instances of java.lang.String somewhat frustrating. I wanted a constant pool for my boxed integers and boxed reals.
Add your comment