--- old/src/share/vm/interpreter/bytecodeHistogram.hpp 2015-12-17 17:52:17.024840777 -0500 +++ new/src/share/vm/interpreter/bytecodeHistogram.hpp 2015-12-17 17:52:16.864371333 -0500 @@ -59,7 +59,6 @@ NOT_PRODUCT(static int _counters[Bytecodes::number_of_codes];) // a counter for each bytecode friend class TemplateInterpreterGenerator; - friend class InterpreterGenerator; friend class BytecodeInterpreter; public: @@ -87,7 +86,6 @@ NOT_PRODUCT(static int _counters[number_of_pairs];) // a counter for each pair friend class TemplateInterpreterGenerator; - friend class InterpreterGenerator; public: // Initialization