< prev index next >

src/share/vm/c1/c1_LIRGenerator.hpp

Print this page

        

*** 26,36 **** --- 26,38 ---- #define SHARE_VM_C1_C1_LIRGENERATOR_HPP #include "c1/c1_Instruction.hpp" #include "c1/c1_LIR.hpp" #include "ci/ciMethodData.hpp" + #if INCLUDE_JFR #include "jfr/support/jfrIntrinsics.hpp" + #endif #include "utilities/sizes.hpp" // The classes responsible for code emission and register allocation
< prev index next >