src/hotspot/share/prims/jni.cpp
changeset 47659 a8e9aff89f7b
parent 47634 6a0c42c40cd1
child 47662 2493edd8b479
--- a/src/hotspot/share/prims/jni.cpp	Wed Oct 18 19:36:17 2017 -0700
+++ b/src/hotspot/share/prims/jni.cpp	Thu Oct 19 11:59:52 2017 +0200
@@ -24,6 +24,7 @@
  */
 
 #include "precompiled.hpp"
+#include "jni.h"
 #include "ci/ciReplay.hpp"
 #include "classfile/altHashing.hpp"
 #include "classfile/classFileStream.hpp"
@@ -51,7 +52,6 @@
 #include "oops/symbol.hpp"
 #include "oops/typeArrayKlass.hpp"
 #include "oops/typeArrayOop.hpp"
-#include "prims/jni.h"
 #include "prims/jniCheck.hpp"
 #include "prims/jniExport.hpp"
 #include "prims/jniFastGetField.hpp"