hotspot/src/share/vm/ci/ciMethod.cpp
changeset 31790 4a08476437e8
parent 31228 8e427370cdd1
child 33105 294e48b4f704
child 33069 d8eed614f298
equal deleted inserted replaced
31788:04af91b7fadd 31790:4a08476437e8
    73   ciMetadata(h_m()),
    73   ciMetadata(h_m()),
    74   _holder(holder)
    74   _holder(holder)
    75 {
    75 {
    76   assert(h_m() != NULL, "no null method");
    76   assert(h_m() != NULL, "no null method");
    77 
    77 
       
    78   if (LogTouchedMethods) {
       
    79     h_m()->log_touched(Thread::current());
       
    80   }
    78   // These fields are always filled in in loaded methods.
    81   // These fields are always filled in in loaded methods.
    79   _flags = ciFlags(h_m()->access_flags());
    82   _flags = ciFlags(h_m()->access_flags());
    80 
    83 
    81   // Easy to compute, so fill them in now.
    84   // Easy to compute, so fill them in now.
    82   _max_stack          = h_m()->max_stack();
    85   _max_stack          = h_m()->max_stack();