hotspot/src/share/vm/ci/ciMethod.hpp
changeset 27644 f4aa22a934e4
parent 26433 27020fde2dbf
child 28912 27fac2f8fdbe
equal deleted inserted replaced
27643:fe8f95a2d9bc 27644:f4aa22a934e4
    89 #if defined(COMPILER2) || defined(SHARK)
    89 #if defined(COMPILER2) || defined(SHARK)
    90   ciTypeFlow*         _flow;
    90   ciTypeFlow*         _flow;
    91   BCEscapeAnalyzer*   _bcea;
    91   BCEscapeAnalyzer*   _bcea;
    92 #endif
    92 #endif
    93 
    93 
    94   ciMethod(methodHandle h_m);
    94   ciMethod(methodHandle h_m, ciInstanceKlass* holder);
    95   ciMethod(ciInstanceKlass* holder, ciSymbol* name, ciSymbol* signature, ciInstanceKlass* accessor);
    95   ciMethod(ciInstanceKlass* holder, ciSymbol* name, ciSymbol* signature, ciInstanceKlass* accessor);
    96 
    96 
    97   Method* get_Method() const {
    97   Method* get_Method() const {
    98     Method* m = (Method*)_metadata;
    98     Method* m = (Method*)_metadata;
    99     assert(m != NULL, "illegal use of unloaded method");
    99     assert(m != NULL, "illegal use of unloaded method");