< prev index next >

src/hotspot/share/ci/ciExceptionHandler.cpp

Print this page

        

*** 22,32 **** * */ #include "precompiled.hpp" #include "ci/ciExceptionHandler.hpp" ! #include "ci/ciUtilities.hpp" // ciExceptionHandler // // This class represents an exception handler for a method. --- 22,33 ---- * */ #include "precompiled.hpp" #include "ci/ciExceptionHandler.hpp" ! #include "ci/ciUtilities.inline.hpp" ! #include "runtime/handles.inline.hpp" // ciExceptionHandler // // This class represents an exception handler for a method.
< prev index next >