[Nestedvm] constant pool full

Adam Megacz megacz at cs.berkeley.edu
Tue Dec 8 03:33:20 EST 2009


Arlindo da Silva <dasilva at alum.mit.edu> writes:
> Is there a work around for the size of the constant pool now set at ~
> 65K.

Not that I know of.

My guess is that your ELF file has more than 65K symbols (or nearly
that many).  Could you confirm this by adding some tracing statements
around line 182 of ClassFileCompiler.java?

  - a




More information about the Nestedvm mailing list