--- old/hotspot/src/share/vm/interpreter/templateTable.hpp 2009-08-01 04:11:50.805944641 +0100 +++ new/hotspot/src/share/vm/interpreter/templateTable.hpp 2009-08-01 04:11:50.717672540 +0100 @@ -85,6 +85,7 @@ static Template* _desc; // the current template to be generated static Bytecodes::Code bytecode() { return _desc->bytecode(); } + static BarrierSet* _bs; // Cache the barrier set. public: //%note templates_1 static InterpreterMacroAssembler* _masm; // the assembler used when generating templates