more preliminary exec() stuff
[nestedvm.git] / src / org / ibex / nestedvm / ClassFileCompiler.java
index 0c4dd67..def556a 100644 (file)
@@ -390,6 +390,8 @@ public class ClassFileCompiler extends Compiler implements org.apache.bcel.Const
         main.setMaxStack();
         cl.addMethod(main.getMethod());
         
         main.setMaxStack();
         cl.addMethod(main.getMethod());
         
+        if(printStats)
+            System.out.println("Constant Pool Size: " + cp.getSize());
         cl.getJavaClass().dump(os);
     }
     
         cl.getJavaClass().dump(os);
     }