--- old/src/share/vm/code/exceptionHandlerTable.cpp 2010-10-28 13:53:32.000000000 +0200 +++ new/src/share/vm/code/exceptionHandlerTable.cpp 2010-10-28 13:53:31.000000000 +0200 @@ -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();