src/share/vm/ci/ciMethod.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File 7092712 Cdiff src/share/vm/ci/ciMethod.hpp

src/share/vm/ci/ciMethod.hpp

Print this page

        

*** 86,96 **** ciTypeFlow* _flow; BCEscapeAnalyzer* _bcea; #endif ciMethod(methodHandle h_m); ! ciMethod(ciInstanceKlass* holder, ciSymbol* name, ciSymbol* signature); methodOop get_methodOop() const { methodOop m = (methodOop)get_oop(); assert(m != NULL, "illegal use of unloaded method"); return m; --- 86,96 ---- ciTypeFlow* _flow; BCEscapeAnalyzer* _bcea; #endif ciMethod(methodHandle h_m); ! ciMethod(ciInstanceKlass* holder, ciSymbol* name, ciSymbol* signature, ciInstanceKlass* accessor); methodOop get_methodOop() const { methodOop m = (methodOop)get_oop(); assert(m != NULL, "illegal use of unloaded method"); return m;
src/share/vm/ci/ciMethod.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File