src/hotspot/share/oops/constMethod.cpp
changeset 59070 22ee476cc664
parent 53584 f72661ff0294
--- a/src/hotspot/share/oops/constMethod.cpp	Thu Nov 14 10:02:52 2019 +0800
+++ b/src/hotspot/share/oops/constMethod.cpp	Wed Nov 13 16:36:54 2019 -0800
@@ -420,6 +420,8 @@
   if (has_default_annotations()) {
       it->push(default_annotations_addr());
   }
+  ConstMethod* this_ptr = this;
+  it->push_method_entry(&this_ptr, (intptr_t*)&_adapter_trampoline);
 }
 
 // Printing