src/hotspot/share/ci/ciExceptionHandler.cpp
changeset 49449 ef5d5d343e2a
parent 47216 71c04702a3d5
child 59056 15936b142f86
equal deleted inserted replaced
49448:b91b558a9076 49449:ef5d5d343e2a
    22  *
    22  *
    23  */
    23  */
    24 
    24 
    25 #include "precompiled.hpp"
    25 #include "precompiled.hpp"
    26 #include "ci/ciExceptionHandler.hpp"
    26 #include "ci/ciExceptionHandler.hpp"
    27 #include "ci/ciUtilities.hpp"
    27 #include "ci/ciUtilities.inline.hpp"
       
    28 #include "runtime/handles.inline.hpp"
    28 
    29 
    29 // ciExceptionHandler
    30 // ciExceptionHandler
    30 //
    31 //
    31 // This class represents an exception handler for a method.
    32 // This class represents an exception handler for a method.
    32 
    33