src/share/vm/interpreter/bytecodeHistogram.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File 8074457 Cdiff src/share/vm/interpreter/bytecodeHistogram.hpp

src/share/vm/interpreter/bytecodeHistogram.hpp

Print this page

        

*** 57,67 **** class BytecodeHistogram: AllStatic { private: NOT_PRODUCT(static int _counters[Bytecodes::number_of_codes];) // a counter for each bytecode friend class TemplateInterpreterGenerator; - friend class InterpreterGenerator; friend class BytecodeInterpreter; public: // Initialization static void reset() PRODUCT_RETURN; // reset counters --- 57,66 ----
*** 85,95 **** private: NOT_PRODUCT(static int _index;) // new bytecode is shifted in - used to index into _counters NOT_PRODUCT(static int _counters[number_of_pairs];) // a counter for each pair friend class TemplateInterpreterGenerator; - friend class InterpreterGenerator; public: // Initialization static void reset() PRODUCT_RETURN; // reset counters --- 84,93 ----
src/share/vm/interpreter/bytecodeHistogram.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File