src/share/vm/compiler/compilerOracle.cpp

changeset 4220
218a94758fe7
parent 4213
6b5a3d18fe0e
parent 4037
da91efe96a93
child 4251
18fb7da42534
     1.1 --- a/src/share/vm/compiler/compilerOracle.cpp	Wed Sep 26 09:54:11 2012 -0700
     1.2 +++ b/src/share/vm/compiler/compilerOracle.cpp	Wed Oct 10 14:28:08 2012 -0700
     1.3 @@ -28,7 +28,7 @@
     1.4  #include "memory/oopFactory.hpp"
     1.5  #include "memory/resourceArea.hpp"
     1.6  #include "oops/klass.hpp"
     1.7 -#include "oops/methodOop.hpp"
     1.8 +#include "oops/method.hpp"
     1.9  #include "oops/oop.inline.hpp"
    1.10  #include "oops/symbol.hpp"
    1.11  #include "runtime/handles.inline.hpp"
    1.12 @@ -455,7 +455,7 @@
    1.13      //      exclude java/lang/String indexOf
    1.14      //      exclude,java/lang/String,indexOf
    1.15      // For easy cut-and-paste of method names, allow VM output format
    1.16 -    // as produced by methodOopDesc::print_short_name:
    1.17 +    // as produced by Method::print_short_name:
    1.18      //      exclude java.lang.String::indexOf
    1.19      // For simple implementation convenience here, convert them all to space.
    1.20      if (have_colon) {

mercurial