src/share/vm/oops/methodOop.cpp

changeset 551
018d5b58dd4f
parent 548
ba764ed4b6f2
child 631
d1605aabd0a1
     1.1 --- a/src/share/vm/oops/methodOop.cpp	Wed Apr 16 17:36:29 2008 -0400
     1.2 +++ b/src/share/vm/oops/methodOop.cpp	Thu Apr 17 22:18:15 2008 -0400
     1.3 @@ -672,9 +672,6 @@
     1.4  }
     1.5  
     1.6  address methodOopDesc::make_adapters(methodHandle mh, TRAPS) {
     1.7 -  // If running -Xint we need no adapters.
     1.8 -  if (Arguments::mode() == Arguments::_int) return NULL;
     1.9 -
    1.10    // Adapters for compiled code are made eagerly here.  They are fairly
    1.11    // small (generally < 100 bytes) and quick to make (and cached and shared)
    1.12    // so making them eagerly shouldn't be too expensive.

mercurial