hotspot/src/share/vm/code/nmethod.cpp
changeset 23491 f690330b10b9
parent 23187 0f438571f278
child 24309 fc2950805050
child 24316 29ac69b2f1cc
equal deleted inserted replaced
23490:54fc219734a0 23491:f690330b10b9
   458   _jmethod_id              = NULL;
   458   _jmethod_id              = NULL;
   459   _osr_link                = NULL;
   459   _osr_link                = NULL;
   460   _scavenge_root_link      = NULL;
   460   _scavenge_root_link      = NULL;
   461   _scavenge_root_state     = 0;
   461   _scavenge_root_state     = 0;
   462   _compiler                = NULL;
   462   _compiler                = NULL;
   463 
   463 #if INCLUDE_RTM_OPT
       
   464   _rtm_state               = NoRTM;
       
   465 #endif
   464 #ifdef HAVE_DTRACE_H
   466 #ifdef HAVE_DTRACE_H
   465   _trap_offset             = 0;
   467   _trap_offset             = 0;
   466 #endif // def HAVE_DTRACE_H
   468 #endif // def HAVE_DTRACE_H
   467 }
   469 }
   468 
   470