src/share/vm/oops/arrayKlass.cpp

changeset 2497
3582bf76420e
parent 2314
f95d63e2154a
child 2708
1d1603768966
     1.1 --- a/src/share/vm/oops/arrayKlass.cpp	Thu Jan 27 13:42:28 2011 -0800
     1.2 +++ b/src/share/vm/oops/arrayKlass.cpp	Thu Jan 27 16:11:27 2011 -0800
     1.3 @@ -64,7 +64,7 @@
     1.4    return NULL;
     1.5  }
     1.6  
     1.7 -methodOop arrayKlass::uncached_lookup_method(symbolOop name, symbolOop signature) const {
     1.8 +methodOop arrayKlass::uncached_lookup_method(Symbol* name, Symbol* signature) const {
     1.9    // There are no methods in an array klass but the super class (Object) has some
    1.10    assert(super(), "super klass must be present");
    1.11    return Klass::cast(super())->uncached_lookup_method(name, signature);

mercurial