--- old/src/share/vm/prims/jvmtiUtil.hpp 2010-10-28 14:00:53.000000000 +0200 +++ new/src/share/vm/prims/jvmtiUtil.hpp 2010-10-28 14:00:53.000000000 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999, 2007, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1999, 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 @@ -22,6 +22,13 @@ * */ +#ifndef SHARE_VM_PRIMS_JVMTIUTIL_HPP +#define SHARE_VM_PRIMS_JVMTIUTIL_HPP + +#include "jvmtifiles/jvmti.h" +#include "memory/resourceArea.hpp" +#include "prims/jvmtiEventController.hpp" + /////////////////////////////////////////////////////////////// // // class JvmtiUtil @@ -84,3 +91,5 @@ SafeResourceMark() : ResourceMark(safe_resource_area()) {} }; + +#endif // SHARE_VM_PRIMS_JVMTIUTIL_HPP