src/hotspot/share/oops/constMethod.cpp
changeset 59070 22ee476cc664
parent 53584 f72661ff0294
equal deleted inserted replaced
59069:e0d59f0c2b7d 59070:22ee476cc664
   418       it->push(type_annotations_addr());
   418       it->push(type_annotations_addr());
   419   }
   419   }
   420   if (has_default_annotations()) {
   420   if (has_default_annotations()) {
   421       it->push(default_annotations_addr());
   421       it->push(default_annotations_addr());
   422   }
   422   }
       
   423   ConstMethod* this_ptr = this;
       
   424   it->push_method_entry(&this_ptr, (intptr_t*)&_adapter_trampoline);
   423 }
   425 }
   424 
   426 
   425 // Printing
   427 // Printing
   426 
   428 
   427 void ConstMethod::print_on(outputStream* st) const {
   429 void ConstMethod::print_on(outputStream* st) const {