src/share/vm/c1/c1_CodeStubs.hpp

changeset 2314
f95d63e2154a
parent 2138
d5d065957597
child 2488
e4fee0bdaa85
equal deleted inserted replaced
2313:e33f46fc48ed 2314:f95d63e2154a
19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20 * or visit www.oracle.com if you need additional information or have any 20 * or visit www.oracle.com if you need additional information or have any
21 * questions. 21 * questions.
22 * 22 *
23 */ 23 */
24
25 #ifndef SHARE_VM_C1_C1_CODESTUBS_HPP
26 #define SHARE_VM_C1_C1_CODESTUBS_HPP
27
28 #include "c1/c1_FrameMap.hpp"
29 #include "c1/c1_IR.hpp"
30 #include "c1/c1_Instruction.hpp"
31 #include "c1/c1_LIR.hpp"
32 #include "c1/c1_Runtime1.hpp"
33 #include "utilities/array.hpp"
24 34
25 class CodeEmitInfo; 35 class CodeEmitInfo;
26 class LIR_Assembler; 36 class LIR_Assembler;
27 class LIR_OpVisitState; 37 class LIR_OpVisitState;
28 38
584 #endif // PRODUCT 594 #endif // PRODUCT
585 }; 595 };
586 596
587 #endif // SERIALGC 597 #endif // SERIALGC
588 ////////////////////////////////////////////////////////////////////////////////////////// 598 //////////////////////////////////////////////////////////////////////////////////////////
599
600 #endif // SHARE_VM_C1_C1_CODESTUBS_HPP

mercurial