src/share/vm/ci/ciMethod.hpp

changeset 2047
d2ede61b7a12
parent 2003
8099e71601df
child 2138
d5d065957597
     1.1 --- a/src/share/vm/ci/ciMethod.hpp	Wed Aug 11 01:17:27 2010 -0700
     1.2 +++ b/src/share/vm/ci/ciMethod.hpp	Wed Aug 11 05:51:21 2010 -0700
     1.3 @@ -70,7 +70,7 @@
     1.4  
     1.5    // Optional liveness analyzer.
     1.6    MethodLiveness* _liveness;
     1.7 -#ifdef COMPILER2
     1.8 +#if defined(COMPILER2) || defined(SHARK)
     1.9    ciTypeFlow*         _flow;
    1.10    BCEscapeAnalyzer*   _bcea;
    1.11  #endif
    1.12 @@ -141,6 +141,9 @@
    1.13  
    1.14    // Runtime information.
    1.15    int           vtable_index();
    1.16 +#ifdef SHARK
    1.17 +  int           itable_index();
    1.18 +#endif // SHARK
    1.19    address       native_entry();
    1.20    address       interpreter_entry();
    1.21  

mercurial