diff -r 513e0b467a92 -r 8d15b1369c7a src/hotspot/share/prims/jvmtiEnvThreadState.cpp --- a/src/hotspot/share/prims/jvmtiEnvThreadState.cpp Wed Nov 22 14:31:48 2017 -0500 +++ b/src/hotspot/share/prims/jvmtiEnvThreadState.cpp Wed Nov 22 17:54:50 2017 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003, 2014, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2003, 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 @@ -35,6 +35,7 @@ #include "runtime/interfaceSupport.hpp" #include "runtime/javaCalls.hpp" #include "runtime/signature.hpp" +#include "runtime/thread.inline.hpp" #include "runtime/vframe.hpp" #include "runtime/vm_operations.hpp"