src/share/vm/c1/c1_CodeStubs.hpp

Print this page

        

*** 20,29 **** --- 20,39 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ + #ifndef SHARE_VM_C1_C1_CODESTUBS_HPP + #define SHARE_VM_C1_C1_CODESTUBS_HPP + + #include "c1/c1_FrameMap.hpp" + #include "c1/c1_IR.hpp" + #include "c1/c1_Instruction.hpp" + #include "c1/c1_LIR.hpp" + #include "c1/c1_Runtime1.hpp" + #include "utilities/array.hpp" + class CodeEmitInfo; class LIR_Assembler; class LIR_OpVisitState; // CodeStubs are little 'out-of-line' pieces of code that
*** 584,588 **** --- 594,600 ---- #endif // PRODUCT }; #endif // SERIALGC ////////////////////////////////////////////////////////////////////////////////////////// + + #endif // SHARE_VM_C1_C1_CODESTUBS_HPP