src/share/vm/oops/methodOop.cpp

changeset 2946
9dd6c4ba364f
parent 2945
d3b9f2be46ab
child 2977
4bf3cbef0b3e
child 2982
ddd894528dbc
     1.1 --- a/src/share/vm/oops/methodOop.cpp	Sat May 21 15:39:54 2011 -0700
     1.2 +++ b/src/share/vm/oops/methodOop.cpp	Thu Jun 02 14:17:48 2011 -0400
     1.3 @@ -720,7 +720,7 @@
     1.4    // called from the vtable.  We need adapters on such methods that get loaded
     1.5    // later.  Ditto for mega-morphic itable calls.  If this proves to be a
     1.6    // problem we'll make these lazily later.
     1.7 -  if (UseCompiler) (void) make_adapters(h_method, CHECK);
     1.8 +  (void) make_adapters(h_method, CHECK);
     1.9  
    1.10    // ONLY USE the h_method now as make_adapter may have blocked
    1.11  

mercurial