hotspot/src/share/vm/shark/sharkInvariants.hpp
changeset 15206 b86a40ac02ff
parent 15205 17da82a12ff4
child 22234 da823d78ad65
equal deleted inserted replaced
15205:17da82a12ff4 15206:b86a40ac02ff
    66   // addition to this it acts as a holder for various recorders and
    66   // addition to this it acts as a holder for various recorders and
    67   // memory allocators.
    67   // memory allocators.
    68   //
    68   //
    69   // Accessing this directly is kind of ugly, so it's private.  Add
    69   // Accessing this directly is kind of ugly, so it's private.  Add
    70   // new accessors below if you need something from it.
    70   // new accessors below if you need something from it.
    71  private:
    71  protected:
    72   ciEnv* env() const {
    72   ciEnv* env() const {
    73     assert(_env != NULL, "env not available");
    73     assert(_env != NULL, "env not available");
    74     return _env;
    74     return _env;
    75   }
    75   }
    76 
    76