public final VM_Method getMethod() {
   return cm.getMethod();
 }
 public final boolean isOptCompiled() {
   return cm.getCompilerType() == VM_CompiledMethod.OPT;
 }
 public final int getCMID() {
   return cm.getId();
 }