src/share/vm/code/exceptionHandlerTable.cpp

changeset 2314
f95d63e2154a
parent 2103
3e8fbc61cee8
child 6680
78bbf4d43a14
     1.1 --- a/src/share/vm/code/exceptionHandlerTable.cpp	Tue Nov 23 15:01:43 2010 -0500
     1.2 +++ b/src/share/vm/code/exceptionHandlerTable.cpp	Tue Nov 23 13:22:55 2010 -0800
     1.3 @@ -22,8 +22,10 @@
     1.4   *
     1.5   */
     1.6  
     1.7 -#include "incls/_precompiled.incl"
     1.8 -#include "incls/_exceptionHandlerTable.cpp.incl"
     1.9 +#include "precompiled.hpp"
    1.10 +#include "code/exceptionHandlerTable.hpp"
    1.11 +#include "code/nmethod.hpp"
    1.12 +#include "memory/allocation.inline.hpp"
    1.13  
    1.14  void ExceptionHandlerTable::add_entry(HandlerTableEntry entry) {
    1.15    _nesting.check();

mercurial