src/share/vm/shark/sharkInvariants.hpp

changeset 4442
c566b81b3323
parent 2314
f95d63e2154a
child 4443
c095a7f289aa
     1.1 --- a/src/share/vm/shark/sharkInvariants.hpp	Fri Jan 11 16:47:23 2013 -0800
     1.2 +++ b/src/share/vm/shark/sharkInvariants.hpp	Fri Jan 11 16:47:23 2013 -0800
     1.3 @@ -99,12 +99,14 @@
     1.4    DebugInformationRecorder* debug_info() const {
     1.5      return env()->debug_info();
     1.6    }
     1.7 +  SharkCodeBuffer* code_buffer() const {
     1.8 +    return builder()->code_buffer();
     1.9 +  }
    1.10 +
    1.11 + public:
    1.12    Dependencies* dependencies() const {
    1.13      return env()->dependencies();
    1.14    }
    1.15 -  SharkCodeBuffer* code_buffer() const {
    1.16 -    return builder()->code_buffer();
    1.17 -  }
    1.18  
    1.19    // Commonly used classes
    1.20   protected:

mercurial