--- old/src/share/vm/opto/runtime.hpp 2010-10-28 14:00:05.000000000 +0200 +++ new/src/share/vm/opto/runtime.hpp 2010-10-28 14:00:05.000000000 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1998, 2007, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1998, 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,16 @@ * */ +#ifndef SHARE_VM_OPTO_RUNTIME_HPP +#define SHARE_VM_OPTO_RUNTIME_HPP + +#include "code/codeBlob.hpp" +#include "opto/machnode.hpp" +#include "opto/type.hpp" +#include "runtime/biasedLocking.hpp" +#include "runtime/deoptimization.hpp" +#include "runtime/vframe.hpp" + //------------------------------OptoRuntime------------------------------------ // Opto compiler runtime routines // @@ -298,3 +308,5 @@ static void print_named_counters(); }; + +#endif // SHARE_VM_OPTO_RUNTIME_HPP