src/share/vm/interpreter/templateTable.hpp

changeset 777
37f87013dfd8
parent 435
a61af66fc99e
child 1161
be93aad57795
     1.1 --- a/src/share/vm/interpreter/templateTable.hpp	Wed Jun 04 13:51:09 2008 -0700
     1.2 +++ b/src/share/vm/interpreter/templateTable.hpp	Thu Jun 05 15:57:56 2008 -0700
     1.3 @@ -82,6 +82,7 @@
     1.4    static Template*       _desc;                  // the current template to be generated
     1.5    static Bytecodes::Code bytecode()              { return _desc->bytecode(); }
     1.6  
     1.7 +  static BarrierSet*     _bs;                    // Cache the barrier set.
     1.8   public:
     1.9    //%note templates_1
    1.10    static InterpreterMacroAssembler* _masm;       // the assembler used when generating templates

mercurial