src/share/vm/classfile/stackMapTable.cpp

changeset 2314
f95d63e2154a
parent 2124
1ab9e2cbfa0e
child 2497
3582bf76420e
     1.1 --- a/src/share/vm/classfile/stackMapTable.cpp	Tue Nov 23 15:01:43 2010 -0500
     1.2 +++ b/src/share/vm/classfile/stackMapTable.cpp	Tue Nov 23 13:22:55 2010 -0800
     1.3 @@ -22,8 +22,13 @@
     1.4   *
     1.5   */
     1.6  
     1.7 -# include "incls/_precompiled.incl"
     1.8 -# include "incls/_stackMapTable.cpp.incl"
     1.9 +#include "precompiled.hpp"
    1.10 +#include "classfile/stackMapTable.hpp"
    1.11 +#include "classfile/verifier.hpp"
    1.12 +#include "memory/resourceArea.hpp"
    1.13 +#include "oops/oop.inline.hpp"
    1.14 +#include "runtime/fieldType.hpp"
    1.15 +#include "runtime/handles.inline.hpp"
    1.16  
    1.17  StackMapTable::StackMapTable(StackMapReader* reader, StackMapFrame* init_frame,
    1.18                               u2 max_locals, u2 max_stack,

mercurial