< prev index next >

src/hotspot/share/compiler/compilerEvent.hpp

Print this page

*** 24,34 **** #ifndef SHARE_COMPILER_COMPILEREVENT_HPP #define SHARE_COMPILER_COMPILEREVENT_HPP #include "jni.h" #include "compiler/compilerDefinitions.hpp" - #include "jfr/jfrEvents.hpp" #include "memory/allocation.hpp" #include "utilities/macros.hpp" #include "utilities/ticks.hpp" #if INCLUDE_JFR --- 24,33 ----
*** 37,46 **** --- 36,50 ---- class ciMethod; template <typename> class GrowableArray; class Method; + class EventCompilation; + class EventCompilationFailure; + class EventCompilerInlining; + class EventCompilerPhase; + struct JfrStructCalleeMethod; class CompilerEvent : AllStatic { public: static jlong ticksNow() { // Using Ticks for consistent usage outside JFR folder.
< prev index next >