src/share/vm/prims/jvmtiEnvBase.cpp

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.
*** 19,31 **** * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. * */ - # include "incls/_precompiled.incl" - # include "incls/_jvmtiEnvBase.cpp.incl" /////////////////////////////////////////////////////////////// // // JvmtiEnvBase // --- 19,51 ---- * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. * */ + #include "precompiled.hpp" + #include "classfile/systemDictionary.hpp" + #include "jvmtifiles/jvmtiEnv.hpp" + #include "oops/objArrayKlass.hpp" + #include "oops/objArrayOop.hpp" + #include "prims/jvmtiEnvBase.hpp" + #include "prims/jvmtiEventController.inline.hpp" + #include "prims/jvmtiExtensions.hpp" + #include "prims/jvmtiImpl.hpp" + #include "prims/jvmtiManageCapabilities.hpp" + #include "prims/jvmtiTagMap.hpp" + #include "prims/jvmtiThreadState.inline.hpp" + #include "runtime/biasedLocking.hpp" + #include "runtime/interfaceSupport.hpp" + #include "runtime/jfieldIDWorkaround.hpp" + #include "runtime/objectMonitor.hpp" + #include "runtime/objectMonitor.inline.hpp" + #include "runtime/signature.hpp" + #include "runtime/vframe.hpp" + #include "runtime/vframe_hp.hpp" + #include "runtime/vmThread.hpp" + #include "runtime/vm_operations.hpp" /////////////////////////////////////////////////////////////// // // JvmtiEnvBase //