src/hotspot/share/runtime/deoptimization.cpp
changeset 58545 725244418646
parent 58226 408c445d04e8
child 58662 5b7a967da646
--- a/src/hotspot/share/runtime/deoptimization.cpp	Thu Oct 10 21:54:54 2019 +0200
+++ b/src/hotspot/share/runtime/deoptimization.cpp	Wed Oct 09 12:43:32 2019 -0700
@@ -31,6 +31,7 @@
 #include "code/nmethod.hpp"
 #include "code/pcDesc.hpp"
 #include "code/scopeDesc.hpp"
+#include "compiler/compilationPolicy.hpp"
 #include "interpreter/bytecode.hpp"
 #include "interpreter/interpreter.hpp"
 #include "interpreter/oopMapCache.hpp"
@@ -48,7 +49,6 @@
 #include "oops/verifyOopClosure.hpp"
 #include "prims/jvmtiThreadState.hpp"
 #include "runtime/biasedLocking.hpp"
-#include "runtime/compilationPolicy.hpp"
 #include "runtime/deoptimization.hpp"
 #include "runtime/fieldDescriptor.hpp"
 #include "runtime/fieldDescriptor.inline.hpp"