--- old/src/share/vm/shark/sharkRuntime.hpp 2010-11-10 13:21:10.000000000 +0100 +++ new/src/share/vm/shark/sharkRuntime.hpp 2010-11-10 13:21:09.000000000 +0100 @@ -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. * Copyright 2008, 2009, 2010 Red Hat, Inc. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * @@ -23,6 +23,15 @@ * */ +#ifndef SHARE_VM_SHARK_SHARKRUNTIME_HPP +#define SHARE_VM_SHARK_SHARKRUNTIME_HPP + +#include "memory/allocation.hpp" +#include "oops/klassOop.hpp" +#include "runtime/thread.hpp" +#include "shark/llvmHeaders.hpp" +#include "shark/llvmValue.hpp" + class SharkRuntime : public AllStatic { // VM calls public: @@ -81,3 +90,5 @@ static bool is_subtype_of(klassOop check_klass, klassOop object_klass); static int uncommon_trap(JavaThread* thread, int trap_request); }; + +#endif // SHARE_VM_SHARK_SHARKRUNTIME_HPP