src/share/vm/opto/compile.hpp

changeset 2314
f95d63e2154a
parent 1989
60a14ad85270
child 2350
2f644f85485d
     1.1 --- a/src/share/vm/opto/compile.hpp	Tue Nov 23 15:01:43 2010 -0500
     1.2 +++ b/src/share/vm/opto/compile.hpp	Tue Nov 23 13:22:55 2010 -0800
     1.3 @@ -22,6 +22,24 @@
     1.4   *
     1.5   */
     1.6  
     1.7 +#ifndef SHARE_VM_OPTO_COMPILE_HPP
     1.8 +#define SHARE_VM_OPTO_COMPILE_HPP
     1.9 +
    1.10 +#include "asm/codeBuffer.hpp"
    1.11 +#include "ci/compilerInterface.hpp"
    1.12 +#include "code/debugInfoRec.hpp"
    1.13 +#include "code/exceptionHandlerTable.hpp"
    1.14 +#include "compiler/compilerOracle.hpp"
    1.15 +#include "libadt/dict.hpp"
    1.16 +#include "libadt/port.hpp"
    1.17 +#include "libadt/vectset.hpp"
    1.18 +#include "memory/resourceArea.hpp"
    1.19 +#include "opto/idealGraphPrinter.hpp"
    1.20 +#include "opto/phase.hpp"
    1.21 +#include "opto/regmask.hpp"
    1.22 +#include "runtime/deoptimization.hpp"
    1.23 +#include "runtime/vmThread.hpp"
    1.24 +
    1.25  class Block;
    1.26  class Bundle;
    1.27  class C2Compiler;
    1.28 @@ -777,3 +795,5 @@
    1.29    // Definitions of pd methods
    1.30    static void pd_compiler2_init();
    1.31  };
    1.32 +
    1.33 +#endif // SHARE_VM_OPTO_COMPILE_HPP

mercurial