hotspot/src/share/vm/c1/c1_IR.cpp
changeset 11886 feebf5c9f40c
parent 7432 f06f1253c317
child 13963 e5b53c306fb5
equal deleted inserted replaced
11885:b81164faebae 11886:feebf5c9f40c
   139   _level              = caller == NULL ?  0 : caller->level() + 1;
   139   _level              = caller == NULL ?  0 : caller->level() + 1;
   140   _method             = method;
   140   _method             = method;
   141   _xhandlers          = new XHandlers(method);
   141   _xhandlers          = new XHandlers(method);
   142   _number_of_locks    = 0;
   142   _number_of_locks    = 0;
   143   _monitor_pairing_ok = method->has_balanced_monitors();
   143   _monitor_pairing_ok = method->has_balanced_monitors();
       
   144   _wrote_final        = false;
   144   _start              = NULL;
   145   _start              = NULL;
   145 
   146 
   146   if (osr_bci == -1) {
   147   if (osr_bci == -1) {
   147     _requires_phi_function.clear();
   148     _requires_phi_function.clear();
   148   } else {
   149   } else {