src/share/vm/c1/c1_Compilation.hpp

Print this page

        

*** 20,29 **** --- 20,36 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ + #ifndef SHARE_VM_C1_C1_COMPILATION_HPP + #define SHARE_VM_C1_C1_COMPILATION_HPP + + #include "ci/ciEnv.hpp" + #include "code/exceptionHandlerTable.hpp" + #include "memory/resourceArea.hpp" + class CompilationResourceObj; class XHandlers; class ExceptionInfo; class DebugInformationRecorder; class FrameMap;
*** 287,291 **** --- 294,300 ---- { } int pco() { return _pco; } XHandlers* exception_handlers() { return _exception_handlers; } }; + + #endif // SHARE_VM_C1_C1_COMPILATION_HPP