diff src/share/vm/interpreter/templateTable.hpp @ 342:37f87013dfd8

6711316: Open source the Garbage-First garbage collector Summary: First mercurial integration of the code for the Garbage-First garbage collector. Reviewed-by: apetrusenko, iveresov, jmasa, sgoldman, tonyp, ysr
author ysr
date Thu, 05 Jun 2008 15:57:56 -0700
parents a61af66fc99e
children be93aad57795
line wrap: on
line diff
--- a/src/share/vm/interpreter/templateTable.hpp	Wed Jun 04 13:51:09 2008 -0700
+++ b/src/share/vm/interpreter/templateTable.hpp	Thu Jun 05 15:57:56 2008 -0700
@@ -82,6 +82,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