< prev index next >

src/hotspot/share/interpreter/templateTable.hpp

Print this page

        

*** 34,43 **** --- 34,44 ---- // All the necessary definitions used for (bytecode) template generation. Instead of // spreading the implementation functionality for each bytecode in the interpreter // and the snippet generator, a template is assigned to each bytecode which can be // used to generate the bytecode's implementation if needed. + class BarrierSet; class InterpreterMacroAssembler; // A Template describes the properties of a code template for a given bytecode // and provides a generator to generate the code template.
< prev index next >