src/share/vm/compiler/compilerOracle.cpp

changeset 4037
da91efe96a93
parent 3907
90d5a592ea8f
child 4220
218a94758fe7
     1.1 --- a/src/share/vm/compiler/compilerOracle.cpp	Fri Aug 31 16:39:35 2012 -0700
     1.2 +++ b/src/share/vm/compiler/compilerOracle.cpp	Sat Sep 01 13:25:18 2012 -0400
     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