src/share/vm/ci/ciMethod.hpp

changeset 2003
8099e71601df
parent 1907
c18cbe5936b8
child 2047
d2ede61b7a12
     1.1 --- a/src/share/vm/ci/ciMethod.hpp	Wed Jul 14 14:29:14 2010 -0700
     1.2 +++ b/src/share/vm/ci/ciMethod.hpp	Wed Jul 14 14:47:34 2010 -0700
     1.3 @@ -48,7 +48,6 @@
     1.4    ciInstanceKlass* _holder;
     1.5    ciSignature*     _signature;
     1.6    ciMethodData*    _method_data;
     1.7 -  BCEscapeAnalyzer* _bcea;
     1.8    ciMethodBlocks*   _method_blocks;
     1.9  
    1.10    // Code attributes.
    1.11 @@ -72,7 +71,8 @@
    1.12    // Optional liveness analyzer.
    1.13    MethodLiveness* _liveness;
    1.14  #ifdef COMPILER2
    1.15 -  ciTypeFlow*     _flow;
    1.16 +  ciTypeFlow*         _flow;
    1.17 +  BCEscapeAnalyzer*   _bcea;
    1.18  #endif
    1.19  
    1.20    ciMethod(methodHandle h_m);

mercurial