--- old/src/hotspot/share/prims/jvm_misc.hpp 2017-10-18 10:44:32.016360884 +0200 +++ new/src/hotspot/share/prims/jvm_misc.hpp 2017-10-18 10:44:31.740365317 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1998, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -25,7 +25,7 @@ #ifndef SHARE_VM_PRIMS_JVM_MISC_HPP #define SHARE_VM_PRIMS_JVM_MISC_HPP -#include "prims/jni.h" +#include "jni.h" #include "runtime/handles.hpp" // Useful entry points shared by JNI and JVM interface.