CompiledExceptionHandler[] ceh = new CompiledExceptionHandler[count];
for (int i = 0; i < count; i++) {
final VmInterpretedExceptionHandler eh = bc.getExceptionHandler(i);
final Label handlerLabel = helper.genLabel("$$ex-handler" + i);
final ObjectRef handlerRef = os.setObjectRef(handlerLabel);
/** Clear the calculation stack (only locals are left) */
if (noLocalVars < 0) {
System.out.println("@#@#@#@# noLocalVars = " + noLocalVars);
}