src/share/vm/ci/ciMethod.hpp

changeset 3197
5eb9169b1a14
parent 3097
de847cac9235
child 3313
a04a201f0f5a
equal deleted inserted replaced
3196:0abefdb54d21 3197:5eb9169b1a14
86 ciTypeFlow* _flow; 86 ciTypeFlow* _flow;
87 BCEscapeAnalyzer* _bcea; 87 BCEscapeAnalyzer* _bcea;
88 #endif 88 #endif
89 89
90 ciMethod(methodHandle h_m); 90 ciMethod(methodHandle h_m);
91 ciMethod(ciInstanceKlass* holder, ciSymbol* name, ciSymbol* signature); 91 ciMethod(ciInstanceKlass* holder, ciSymbol* name, ciSymbol* signature, ciInstanceKlass* accessor);
92 92
93 methodOop get_methodOop() const { 93 methodOop get_methodOop() const {
94 methodOop m = (methodOop)get_oop(); 94 methodOop m = (methodOop)get_oop();
95 assert(m != NULL, "illegal use of unloaded method"); 95 assert(m != NULL, "illegal use of unloaded method");
96 return m; 96 return m;

mercurial