< prev index next >

src/hotspot/share/ci/ciExceptionHandler.cpp

Print this page

        

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