diff -r e7a91a357527 -r 018d5b58dd4f src/share/vm/oops/methodOop.cpp --- a/src/share/vm/oops/methodOop.cpp Wed Apr 16 17:36:29 2008 -0400 +++ b/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.