< prev index next >

src/share/vm/c1/c1_LIRGenerator.hpp

Print this page

        

*** 152,162 **** }; // only the classes below belong in the same file class LIRGenerator: public InstructionVisitor, public BlockClosure { ! private: Compilation* _compilation; ciMethod* _method; // method that we are compiling PhiResolverState _resolver_state; BlockBegin* _block; --- 152,162 ---- }; // only the classes below belong in the same file class LIRGenerator: public InstructionVisitor, public BlockClosure { ! friend class ShenandoahBarrierSetC1; private: Compilation* _compilation; ciMethod* _method; // method that we are compiling PhiResolverState _resolver_state; BlockBegin* _block;
< prev index next >