--- old/src/hotspot/share/interpreter/templateTable.hpp 2018-07-06 17:47:34.930468631 +0200 +++ new/src/hotspot/share/interpreter/templateTable.hpp 2018-07-06 17:47:34.545473605 +0200 @@ -36,6 +36,7 @@ // 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