hotspot/src/share/vm/oops/methodOop.cpp
changeset 363 99d43e8a76ad
parent 360 21d113ecbf6a
child 670 ddf3e9583f2f
--- a/hotspot/src/share/vm/oops/methodOop.cpp	Wed Apr 16 17:36:29 2008 -0400
+++ b/hotspot/src/share/vm/oops/methodOop.cpp	Thu Apr 17 22:18:15 2008 -0400
@@ -672,9 +672,6 @@
 }
 
 address methodOopDesc::make_adapters(methodHandle mh, TRAPS) {
-  // If running -Xint we need no adapters.
-  if (Arguments::mode() == Arguments::_int) return NULL;
-
   // Adapters for compiled code are made eagerly here.  They are fairly
   // small (generally < 100 bytes) and quick to make (and cached and shared)
   // so making them eagerly shouldn't be too expensive.