src/share/vm/shark/sharkInvariants.hpp

changeset 4443
c095a7f289aa
parent 4442
c566b81b3323
child 6198
55fb97c4c58d
equal deleted inserted replaced
4442:c566b81b3323 4443:c095a7f289aa
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

mercurial