--- old/src/hotspot/share/compiler/compilerEvent.hpp 2020-05-13 10:15:03.736122441 -0700 +++ new/src/hotspot/share/compiler/compilerEvent.hpp 2020-05-13 10:15:03.608117622 -0700 @@ -26,7 +26,6 @@ #include "jni.h" #include "compiler/compilerDefinitions.hpp" -#include "jfr/jfrEvents.hpp" #include "memory/allocation.hpp" #include "utilities/macros.hpp" #include "utilities/ticks.hpp" @@ -39,6 +38,11 @@ template class GrowableArray; class Method; +class EventCompilation; +class EventCompilationFailure; +class EventCompilerInlining; +class EventCompilerPhase; +struct JfrStructCalleeMethod; class CompilerEvent : AllStatic { public: