< prev index next >

src/hotspot/share/interpreter/templateTable.cpp

Print this page

        

*** 21,31 **** * questions. * */ #include "precompiled.hpp" ! #include "gc/shared/collectedHeap.hpp" #include "interpreter/interp_masm.hpp" #include "interpreter/templateTable.hpp" #include "runtime/timerTrace.hpp" #ifdef CC_INTERP --- 21,31 ---- * questions. * */ #include "precompiled.hpp" ! #include "gc/shared/barrierSet.hpp" #include "interpreter/interp_masm.hpp" #include "interpreter/templateTable.hpp" #include "runtime/timerTrace.hpp" #ifdef CC_INTERP
*** 245,255 **** if (_is_initialized) return; // Initialize table TraceTime timer("TemplateTable initialization", TRACETIME_LOG(Info, startuptime)); ! _bs = Universe::heap()->barrier_set(); // For better readability const char _ = ' '; const int ____ = 0; const int ubcp = 1 << Template::uses_bcp_bit; --- 245,255 ---- if (_is_initialized) return; // Initialize table TraceTime timer("TemplateTable initialization", TRACETIME_LOG(Info, startuptime)); ! _bs = BarrierSet::barrier_set(); // For better readability const char _ = ' '; const int ____ = 0; const int ubcp = 1 << Template::uses_bcp_bit;
< prev index next >