hotspot/src/share/vm/oops/methodDataOop.cpp
changeset 8322 8f11ba61239f
parent 7913 dd096a83bdbb
child 8334 9c373a57eb31
equal deleted inserted replaced
8321:a416df5e4dad 8322:8f11ba61239f
   762   _method = method();
   762   _method = method();
   763 
   763 
   764   if (TieredCompilation) {
   764   if (TieredCompilation) {
   765     _invocation_counter.init();
   765     _invocation_counter.init();
   766     _backedge_counter.init();
   766     _backedge_counter.init();
       
   767     _invocation_counter_start = 0;
       
   768     _backedge_counter_start = 0;
   767     _num_loops = 0;
   769     _num_loops = 0;
   768     _num_blocks = 0;
   770     _num_blocks = 0;
   769     _highest_comp_level = 0;
   771     _highest_comp_level = 0;
   770     _highest_osr_comp_level = 0;
   772     _highest_osr_comp_level = 0;
   771     _would_profile = false;
   773     _would_profile = true;
   772   }
   774   }
   773   set_creation_mileage(mileage_of(method()));
   775   set_creation_mileage(mileage_of(method()));
   774 
   776 
   775   // Initialize flags and trap history.
   777   // Initialize flags and trap history.
   776   _nof_decompiles = 0;
   778   _nof_decompiles = 0;