src/hotspot/share/runtime/arguments.cpp
changeset 47765 b7c7428eaab9
parent 47572 552a97e8edad
child 47776 52e85a3fa0ab
--- a/src/hotspot/share/runtime/arguments.cpp	Mon Oct 30 16:37:53 2017 +0100
+++ b/src/hotspot/share/runtime/arguments.cpp	Tue Oct 31 11:55:09 2017 -0400
@@ -23,6 +23,7 @@
  */
 
 #include "precompiled.hpp"
+#include "jvm.h"
 #include "classfile/classLoader.hpp"
 #include "classfile/javaAssertions.hpp"
 #include "classfile/moduleEntry.hpp"
@@ -39,7 +40,6 @@
 #include "memory/allocation.inline.hpp"
 #include "memory/universe.inline.hpp"
 #include "oops/oop.inline.hpp"
-#include "prims/jvm.h"
 #include "prims/jvmtiExport.hpp"
 #include "runtime/arguments.hpp"
 #include "runtime/arguments_ext.hpp"