< prev index next >

src/hotspot/share/compiler/compilerEvent.hpp

Print this page

@@ -24,11 +24,10 @@
 #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

@@ -37,10 +36,15 @@
 
 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 >