hotspot/src/share/vm/oops/methodOop.cpp
changeset 9972 a91e8e564b52
parent 9971 d496ecd7b9de
child 10008 d84de97ad847
child 10003 06c862a55fa4
--- a/hotspot/src/share/vm/oops/methodOop.cpp	Sat May 21 15:39:54 2011 -0700
+++ b/hotspot/src/share/vm/oops/methodOop.cpp	Thu Jun 02 14:17:48 2011 -0400
@@ -720,7 +720,7 @@
   // called from the vtable.  We need adapters on such methods that get loaded
   // later.  Ditto for mega-morphic itable calls.  If this proves to be a
   // problem we'll make these lazily later.
-  if (UseCompiler) (void) make_adapters(h_method, CHECK);
+  (void) make_adapters(h_method, CHECK);
 
   // ONLY USE the h_method now as make_adapter may have blocked