hotspot/src/share/vm/c1/c1_LIRAssembler.hpp
changeset 1394 43b4b8b54e65
parent 1066 717c3345024f
parent 1374 4c24294029a9
child 1412 2bb3fe3e00ea
--- a/hotspot/src/share/vm/c1/c1_LIRAssembler.hpp	Wed Jul 05 16:41:01 2017 +0200
+++ b/hotspot/src/share/vm/c1/c1_LIRAssembler.hpp	Wed Sep 17 16:49:18 2008 +0400
@@ -24,11 +24,13 @@
 
 class Compilation;
 class ScopeValue;
+class BarrierSet;
 
 class LIR_Assembler: public CompilationResourceObj {
  private:
   C1_MacroAssembler* _masm;
   CodeStubList*      _slow_case_stubs;
+  BarrierSet*        _bs;
 
   Compilation*       _compilation;
   FrameMap*          _frame_map;