hotspot/src/share/vm/code/exceptionHandlerTable.cpp
changeset 7397 5b173b4ca846
parent 6418 6671edbd230e
child 24424 2658d7834c6e
--- a/hotspot/src/share/vm/code/exceptionHandlerTable.cpp	Tue Nov 23 15:01:43 2010 -0500
+++ b/hotspot/src/share/vm/code/exceptionHandlerTable.cpp	Tue Nov 23 13:22:55 2010 -0800
@@ -22,8 +22,10 @@
  *
  */
 
-#include "incls/_precompiled.incl"
-#include "incls/_exceptionHandlerTable.cpp.incl"
+#include "precompiled.hpp"
+#include "code/exceptionHandlerTable.hpp"
+#include "code/nmethod.hpp"
+#include "memory/allocation.inline.hpp"
 
 void ExceptionHandlerTable::add_entry(HandlerTableEntry entry) {
   _nesting.check();