src/share/vm/c1/c1_IR.hpp

changeset 2314
f95d63e2154a
parent 2174
f02a8bbe6ed4
child 3592
701a83c86f28
     1.1 --- a/src/share/vm/c1/c1_IR.hpp	Tue Nov 23 15:01:43 2010 -0500
     1.2 +++ b/src/share/vm/c1/c1_IR.hpp	Tue Nov 23 13:22:55 2010 -0800
     1.3 @@ -22,6 +22,15 @@
     1.4   *
     1.5   */
     1.6  
     1.7 +#ifndef SHARE_VM_C1_C1_IR_HPP
     1.8 +#define SHARE_VM_C1_C1_IR_HPP
     1.9 +
    1.10 +#include "c1/c1_Instruction.hpp"
    1.11 +#include "ci/ciExceptionHandler.hpp"
    1.12 +#include "ci/ciMethod.hpp"
    1.13 +#include "ci/ciStreams.hpp"
    1.14 +#include "memory/allocation.hpp"
    1.15 +
    1.16  // An XHandler is a C1 internal description for an exception handler
    1.17  
    1.18  class XHandler: public CompilationResourceObj {
    1.19 @@ -337,3 +346,5 @@
    1.20  
    1.21    virtual void block_do(BlockBegin* block);
    1.22  };
    1.23 +
    1.24 +#endif // SHARE_VM_C1_C1_IR_HPP

mercurial