hotspot/src/share/vm/oops/methodOop.cpp
changeset 9972 a91e8e564b52
parent 9971 d496ecd7b9de
child 10008 d84de97ad847
child 10003 06c862a55fa4
equal deleted inserted replaced
9971:d496ecd7b9de 9972:a91e8e564b52
   718   // normal calls.  For vtable calls life gets more complicated.  When a
   718   // normal calls.  For vtable calls life gets more complicated.  When a
   719   // call-site goes mega-morphic we need adapters in all methods which can be
   719   // call-site goes mega-morphic we need adapters in all methods which can be
   720   // called from the vtable.  We need adapters on such methods that get loaded
   720   // called from the vtable.  We need adapters on such methods that get loaded
   721   // later.  Ditto for mega-morphic itable calls.  If this proves to be a
   721   // later.  Ditto for mega-morphic itable calls.  If this proves to be a
   722   // problem we'll make these lazily later.
   722   // problem we'll make these lazily later.
   723   if (UseCompiler) (void) make_adapters(h_method, CHECK);
   723   (void) make_adapters(h_method, CHECK);
   724 
   724 
   725   // ONLY USE the h_method now as make_adapter may have blocked
   725   // ONLY USE the h_method now as make_adapter may have blocked
   726 
   726 
   727 }
   727 }
   728 
   728