hotspot/src/share/vm/aot/aotCompiledMethod.hpp
changeset 43942 fff6b7b5611f
parent 43461 3a591205b9bc
child 46329 53ccc37bda19
equal deleted inserted replaced
43941:97c4abf5aa0a 43942:fff6b7b5611f
   255 
   255 
   256   int get_state() const {
   256   int get_state() const {
   257     return (int) (*_state_adr);
   257     return (int) (*_state_adr);
   258   }
   258   }
   259 
   259 
   260   virtual void oops_do(OopClosure* f);
       
   261 
       
   262   // inlined and non-virtual for AOTCodeHeap::oops_do
   260   // inlined and non-virtual for AOTCodeHeap::oops_do
   263   void do_oops(OopClosure* f) {
   261   void do_oops(OopClosure* f) {
   264     assert(_is_alive(), "");
   262     assert(_is_alive(), "");
   265     if (_oop != NULL) {
   263     if (_oop != NULL) {
   266       f->do_oop(&_oop);
   264       f->do_oop(&_oop);