hotspot/src/share/vm/code/exceptionHandlerTable.hpp
changeset 46625 edefffab74e2
parent 46620 750c6edff33b
equal deleted inserted replaced
46622:910fc72c03e8 46625:edefffab74e2
    25 #ifndef SHARE_VM_CODE_EXCEPTIONHANDLERTABLE_HPP
    25 #ifndef SHARE_VM_CODE_EXCEPTIONHANDLERTABLE_HPP
    26 #define SHARE_VM_CODE_EXCEPTIONHANDLERTABLE_HPP
    26 #define SHARE_VM_CODE_EXCEPTIONHANDLERTABLE_HPP
    27 
    27 
    28 #include "memory/allocation.hpp"
    28 #include "memory/allocation.hpp"
    29 #include "oops/method.hpp"
    29 #include "oops/method.hpp"
       
    30 #include "utilities/align.hpp"
    30 
    31 
    31 // A HandlerTableEntry describes an individual entry of a subtable
    32 // A HandlerTableEntry describes an individual entry of a subtable
    32 // of ExceptionHandlerTable. An entry consists of a pair(bci, pco),
    33 // of ExceptionHandlerTable. An entry consists of a pair(bci, pco),
    33 // where bci is the exception handler bci, and pco is the pc offset
    34 // where bci is the exception handler bci, and pco is the pc offset
    34 // relative to the nmethod code start for the compiled exception
    35 // relative to the nmethod code start for the compiled exception