--- old/test/hotspot/jtreg/runtime/jni/terminatedThread/libterminatedThread.c 2020-07-22 18:21:47.916313646 -0400 +++ new/test/hotspot/jtreg/runtime/jni/terminatedThread/libterminatedThread.c 2020-07-22 18:21:46.808299805 -0400 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2018, 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 @@ -28,8 +28,6 @@ #include #include "jni.h" -#include "jni_util.h" - JavaVM* jvm; jobject nativeThread;