--- old/test/jdk/java/lang/ClassLoader/nativeLibrary/libnativeLibraryTest.c 2020-07-22 18:21:51.300355917 -0400 +++ new/test/jdk/java/lang/ClassLoader/nativeLibrary/libnativeLibraryTest.c 2020-07-22 18:21:50.206342251 -0400 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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,6 @@ #include #include "jni.h" -#include "jni_util.h" static jint count = 0; static jclass test_class;