< prev index next >

src/share/vm/code/exceptionHandlerTable.hpp

Print this page

        

*** 25,34 **** --- 25,35 ---- #ifndef SHARE_VM_CODE_EXCEPTIONHANDLERTABLE_HPP #define SHARE_VM_CODE_EXCEPTIONHANDLERTABLE_HPP #include "memory/allocation.hpp" #include "oops/method.hpp" + #include "utilities/align.hpp" // A HandlerTableEntry describes an individual entry of a subtable // of ExceptionHandlerTable. An entry consists of a pair(bci, pco), // where bci is the exception handler bci, and pco is the pc offset // relative to the nmethod code start for the compiled exception
< prev index next >