Home | Table of contents | mBooster User Guide | Optimizations | Properties | FAQ |
By default mBooster will automatically generate the stackmap information after optimizing classfiles through one of two methods described below. However it is possible for the user to disable automatic stackmap generation through setting the PREVERIFIER.ENABLED property.
mBooster offers two choices in the method to generate stackmaps as configured by the PREVERIFIER.METHOD property:| Preverifier | Comments |
|---|---|
| INTERNAL | (Recommended) The internal preverifier is designed for minimizing the generated stackmap and will typically generate more compact stackmaps than those generated by Sun's preverifier. |
| EXTERNAL | mBoooster can call an external preverifier (such as the preverifier in Sun's Wireless Toolkit) Note: Disabled in the Evaluation Version |