hotspot/src/share/vm/c1/c1_LIRAssembler.hpp
changeset 1374 4c24294029a9
parent 1 489c9b5090e2
child 1394 43b4b8b54e65
--- a/hotspot/src/share/vm/c1/c1_LIRAssembler.hpp	Wed Jun 04 13:51:09 2008 -0700
+++ b/hotspot/src/share/vm/c1/c1_LIRAssembler.hpp	Thu Jun 05 15:57:56 2008 -0700
@@ -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;