src/share/vm/c1/c1_InstructionPrinter.hpp

changeset 2314
f95d63e2154a
parent 2138
d5d065957597
child 2486
403dc4c1d7f5
     1.1 --- a/src/share/vm/c1/c1_InstructionPrinter.hpp	Tue Nov 23 15:01:43 2010 -0500
     1.2 +++ b/src/share/vm/c1/c1_InstructionPrinter.hpp	Tue Nov 23 13:22:55 2010 -0800
     1.3 @@ -22,6 +22,13 @@
     1.4   *
     1.5   */
     1.6  
     1.7 +#ifndef SHARE_VM_C1_C1_INSTRUCTIONPRINTER_HPP
     1.8 +#define SHARE_VM_C1_C1_INSTRUCTIONPRINTER_HPP
     1.9 +
    1.10 +#include "c1/c1_IR.hpp"
    1.11 +#include "c1/c1_Instruction.hpp"
    1.12 +#include "c1/c1_Runtime1.hpp"
    1.13 +
    1.14  #ifndef PRODUCT
    1.15  class InstructionPrinter: public InstructionVisitor {
    1.16   private:
    1.17 @@ -126,3 +133,5 @@
    1.18    virtual void do_ProfileInvoke  (ProfileInvoke*   x);
    1.19  };
    1.20  #endif // PRODUCT
    1.21 +
    1.22 +#endif // SHARE_VM_C1_C1_INSTRUCTIONPRINTER_HPP

mercurial