hotspot/src/share/vm/oops/methodData.hpp
changeset 17370 59a0620561fa
parent 16689 efce070b8d42
child 20011 d74937287461
child 22836 e7e511228518
equal deleted inserted replaced
17367:64c84d620e5c 17370:59a0620561fa
  1336   InvocationCounter* backedge_counter()       { return &_backedge_counter;   }
  1336   InvocationCounter* backedge_counter()       { return &_backedge_counter;   }
  1337 
  1337 
  1338   void set_would_profile(bool p)              { _would_profile = p;    }
  1338   void set_would_profile(bool p)              { _would_profile = p;    }
  1339   bool would_profile() const                  { return _would_profile; }
  1339   bool would_profile() const                  { return _would_profile; }
  1340 
  1340 
  1341   int highest_comp_level()                    { return _highest_comp_level;      }
  1341   int highest_comp_level() const              { return _highest_comp_level;      }
  1342   void set_highest_comp_level(int level)      { _highest_comp_level = level;     }
  1342   void set_highest_comp_level(int level)      { _highest_comp_level = level;     }
  1343   int highest_osr_comp_level()                { return _highest_osr_comp_level;  }
  1343   int highest_osr_comp_level() const          { return _highest_osr_comp_level;  }
  1344   void set_highest_osr_comp_level(int level)  { _highest_osr_comp_level = level; }
  1344   void set_highest_osr_comp_level(int level)  { _highest_osr_comp_level = level; }
  1345 
  1345 
  1346   int num_loops() const                       { return _num_loops;  }
  1346   int num_loops() const                       { return _num_loops;  }
  1347   void set_num_loops(int n)                   { _num_loops = n;     }
  1347   void set_num_loops(int n)                   { _num_loops = n;     }
  1348   int num_blocks() const                      { return _num_blocks; }
  1348   int num_blocks() const                      { return _num_blocks; }