--- old/src/share/vm/prims/jvmtiEnter.hpp 2010-11-16 18:18:20.000000000 +0100 +++ new/src/share/vm/prims/jvmtiEnter.hpp 2010-11-16 18:18:19.000000000 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved. + * 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 @@ -21,3 +21,14 @@ * questions. * */ + +#ifndef SHARE_VM_PRIMS_JVMTIENTER_HPP +#define SHARE_VM_PRIMS_JVMTIENTER_HPP + +#include "classfile/systemDictionary.hpp" +#include "jvmtifiles/jvmtiEnv.hpp" +#include "memory/resourceArea.hpp" +#include "prims/jvmtiImpl.hpp" +#include "runtime/interfaceSupport.hpp" + +#endif // SHARE_VM_PRIMS_JVMTIENTER_HPP