hotspot/src/share/vm/ci/ciMethod.hpp
changeset 5928 f6e69b46e9e3
parent 5547 f4b087cbb361
child 6187 4fa7845f7c14
equal deleted inserted replaced
5927:1e309b7d96b0 5928:f6e69b46e9e3
    46   ciFlags          _flags;
    46   ciFlags          _flags;
    47   ciSymbol*        _name;
    47   ciSymbol*        _name;
    48   ciInstanceKlass* _holder;
    48   ciInstanceKlass* _holder;
    49   ciSignature*     _signature;
    49   ciSignature*     _signature;
    50   ciMethodData*    _method_data;
    50   ciMethodData*    _method_data;
    51   BCEscapeAnalyzer* _bcea;
       
    52   ciMethodBlocks*   _method_blocks;
    51   ciMethodBlocks*   _method_blocks;
    53 
    52 
    54   // Code attributes.
    53   // Code attributes.
    55   int _code_size;
    54   int _code_size;
    56   int _max_stack;
    55   int _max_stack;
    70   ciExceptionHandler** _exception_handlers;
    69   ciExceptionHandler** _exception_handlers;
    71 
    70 
    72   // Optional liveness analyzer.
    71   // Optional liveness analyzer.
    73   MethodLiveness* _liveness;
    72   MethodLiveness* _liveness;
    74 #ifdef COMPILER2
    73 #ifdef COMPILER2
    75   ciTypeFlow*     _flow;
    74   ciTypeFlow*         _flow;
       
    75   BCEscapeAnalyzer*   _bcea;
    76 #endif
    76 #endif
    77 
    77 
    78   ciMethod(methodHandle h_m);
    78   ciMethod(methodHandle h_m);
    79   ciMethod(ciInstanceKlass* holder, ciSymbol* name, ciSymbol* signature);
    79   ciMethod(ciInstanceKlass* holder, ciSymbol* name, ciSymbol* signature);
    80 
    80