src/share/vm/c1/c1_GraphBuilder.hpp

changeset 2314
f95d63e2154a
parent 2180
80c9354976b0
child 3100
a32de5085326
     1.1 --- a/src/share/vm/c1/c1_GraphBuilder.hpp	Tue Nov 23 15:01:43 2010 -0500
     1.2 +++ b/src/share/vm/c1/c1_GraphBuilder.hpp	Tue Nov 23 13:22:55 2010 -0800
     1.3 @@ -22,6 +22,16 @@
     1.4   *
     1.5   */
     1.6  
     1.7 +#ifndef SHARE_VM_C1_C1_GRAPHBUILDER_HPP
     1.8 +#define SHARE_VM_C1_C1_GRAPHBUILDER_HPP
     1.9 +
    1.10 +#include "c1/c1_IR.hpp"
    1.11 +#include "c1/c1_Instruction.hpp"
    1.12 +#include "c1/c1_ValueMap.hpp"
    1.13 +#include "c1/c1_ValueStack.hpp"
    1.14 +#include "ci/ciMethodData.hpp"
    1.15 +#include "ci/ciStreams.hpp"
    1.16 +
    1.17  class MemoryBuffer;
    1.18  
    1.19  class GraphBuilder VALUE_OBJ_CLASS_SPEC {
    1.20 @@ -378,3 +388,5 @@
    1.21  
    1.22    BlockBegin* start() const                      { return _start; }
    1.23  };
    1.24 +
    1.25 +#endif // SHARE_VM_C1_C1_GRAPHBUILDER_HPP

mercurial