src/hotspot/share/code/codeCache.cpp
changeset 50113 caf115bb98ad
parent 49746 b17256b5c047
child 50416 ef980b9ac191
--- a/src/hotspot/share/code/codeCache.cpp	Tue May 15 11:28:29 2018 -0700
+++ b/src/hotspot/share/code/codeCache.cpp	Tue May 15 20:24:34 2018 +0200
@@ -33,6 +33,7 @@
 #include "code/nmethod.hpp"
 #include "code/pcDesc.hpp"
 #include "compiler/compileBroker.hpp"
+#include "jfr/jfrEvents.hpp"
 #include "logging/log.hpp"
 #include "logging/logStream.hpp"
 #include "memory/allocation.inline.hpp"
@@ -53,7 +54,6 @@
 #include "runtime/sweeper.hpp"
 #include "runtime/vmThread.hpp"
 #include "services/memoryService.hpp"
-#include "trace/tracing.hpp"
 #include "utilities/align.hpp"
 #include "utilities/vmError.hpp"
 #include "utilities/xmlstream.hpp"