< prev index next >

src/hotspot/share/compiler/abstractCompiler.hpp

Print this page

        

*** 31,44 **** typedef void (*initializer)(void); #if INCLUDE_JVMCI // Per-compiler statistics ! class CompilerStatistics VALUE_OBJ_CLASS_SPEC { friend class VMStructs; ! class Data VALUE_OBJ_CLASS_SPEC { friend class VMStructs; public: elapsedTimer _time; // time spent compiling int _bytes; // number of bytecodes compiled, including inlined bytecodes int _count; // number of compilations --- 31,44 ---- typedef void (*initializer)(void); #if INCLUDE_JVMCI // Per-compiler statistics ! class CompilerStatistics { friend class VMStructs; ! class Data { friend class VMStructs; public: elapsedTimer _time; // time spent compiling int _bytes; // number of bytecodes compiled, including inlined bytecodes int _count; // number of compilations
< prev index next >