src/share/vm/services/threadService.hpp

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2003, 2009, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2003, 2010, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 20,29 **** --- 20,42 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ + #ifndef SHARE_VM_SERVICES_THREADSERVICE_HPP + #define SHARE_VM_SERVICES_THREADSERVICE_HPP + + #include "classfile/javaClasses.hpp" + #include "runtime/handles.hpp" + #include "runtime/init.hpp" + #include "runtime/jniHandles.hpp" + #include "runtime/objectMonitor.hpp" + #include "runtime/objectMonitor.inline.hpp" + #include "runtime/perfData.hpp" + #include "services/management.hpp" + #include "services/serviceUtil.hpp" + class OopClosure; class ThreadDumpResult; class ThreadStackTrace; class ThreadSnapshot; class StackFrameInfo;
*** 561,565 **** --- 574,580 ---- if (_active) { _stat->thread_sleep_end(); } } }; + + #endif // SHARE_VM_SERVICES_THREADSERVICE_HPP