src/share/vm/opto/compile.hpp

Print this page

        

*** 95,116 **** AliasIdxTop = 1, // pseudo-index, aliases to nothing (used as sentinel value) AliasIdxBot = 2, // pseudo-index, aliases to everything AliasIdxRaw = 3 // hard-wired index for TypeRawPtr::BOTTOM }; ! // Variant of TraceTime(NULL, &_t_accumulator, TimeCompiler); ! // Integrated with logging. If logging is turned on, and dolog is true, // then brackets are put into the log, with time stamps and node counts. ! // (The time collection itself is always conditionalized on TimeCompiler.) class TracePhase : public TraceTime { private: Compile* C; CompileLog* _log; const char* _phase_name; bool _dolog; public: ! TracePhase(const char* name, elapsedTimer* accumulator, bool dolog); ~TracePhase(); }; // Information per category of alias (memory slice) class AliasType { --- 95,116 ---- AliasIdxTop = 1, // pseudo-index, aliases to nothing (used as sentinel value) AliasIdxBot = 2, // pseudo-index, aliases to everything AliasIdxRaw = 3 // hard-wired index for TypeRawPtr::BOTTOM }; ! // Variant of TraceTime(NULL, &_t_accumulator, CITime); ! // Integrated with logging. If logging is turned on, and CITimeVerbose is true, // then brackets are put into the log, with time stamps and node counts. ! // (The time collection itself is always conditionalized on CITime.) class TracePhase : public TraceTime { private: Compile* C; CompileLog* _log; const char* _phase_name; bool _dolog; public: ! TracePhase(const char* name, elapsedTimer* accumulator); ~TracePhase(); }; // Information per category of alias (memory slice) class AliasType {