MethodInterval::MethodInterval(methodOop method, MethodInterval* parent) {
  initialize(method, parent, 1, method->end_bci(), false);
}