src/hotspot/share/c1/c1_CFGPrinter.cpp
changeset 47765 b7c7428eaab9
parent 47216 71c04702a3d5
--- a/src/hotspot/share/c1/c1_CFGPrinter.cpp	Mon Oct 30 16:37:53 2017 +0100
+++ b/src/hotspot/share/c1/c1_CFGPrinter.cpp	Tue Oct 31 11:55:09 2017 -0400
@@ -23,13 +23,13 @@
  */
 
 #include "precompiled.hpp"
+#include "jvm.h"
 #include "c1/c1_CFGPrinter.hpp"
 #include "c1/c1_IR.hpp"
 #include "c1/c1_InstructionPrinter.hpp"
 #include "c1/c1_LIR.hpp"
 #include "c1/c1_LinearScan.hpp"
 #include "c1/c1_ValueStack.hpp"
-#include "prims/jvm.h"
 
 #ifndef PRODUCT