src/share/vm/ci/ciMethod.hpp

changeset 7384
6a528388c7da
parent 7144
119875f0fc67
child 7535
7ae4e26cb1e0
child 7789
eb8b5cc64669
     1.1 --- a/src/share/vm/ci/ciMethod.hpp	Fri Oct 24 09:13:12 2014 -0700
     1.2 +++ b/src/share/vm/ci/ciMethod.hpp	Tue Nov 11 04:46:13 2014 -0800
     1.3 @@ -90,7 +90,7 @@
     1.4    BCEscapeAnalyzer*   _bcea;
     1.5  #endif
     1.6  
     1.7 -  ciMethod(methodHandle h_m);
     1.8 +  ciMethod(methodHandle h_m, ciInstanceKlass* holder);
     1.9    ciMethod(ciInstanceKlass* holder, ciSymbol* name, ciSymbol* signature, ciInstanceKlass* accessor);
    1.10  
    1.11    Method* get_Method() const {

mercurial