src/share/vm/classfile/classFileParser.hpp

changeset 2314
f95d63e2154a
parent 2268
3b2dea75431e
child 2353
dad31fc330cd
     1.1 --- a/src/share/vm/classfile/classFileParser.hpp	Tue Nov 23 15:01:43 2010 -0500
     1.2 +++ b/src/share/vm/classfile/classFileParser.hpp	Tue Nov 23 13:22:55 2010 -0800
     1.3 @@ -22,6 +22,16 @@
     1.4   *
     1.5   */
     1.6  
     1.7 +#ifndef SHARE_VM_CLASSFILE_CLASSFILEPARSER_HPP
     1.8 +#define SHARE_VM_CLASSFILE_CLASSFILEPARSER_HPP
     1.9 +
    1.10 +#include "classfile/classFileStream.hpp"
    1.11 +#include "memory/resourceArea.hpp"
    1.12 +#include "oops/oop.inline.hpp"
    1.13 +#include "oops/typeArrayOop.hpp"
    1.14 +#include "runtime/handles.inline.hpp"
    1.15 +#include "utilities/accessFlags.hpp"
    1.16 +
    1.17  // Parser for for .class files
    1.18  //
    1.19  // The bytes describing the class file structure is read from a Stream object
    1.20 @@ -286,3 +296,5 @@
    1.21    static void check_final_method_override(instanceKlassHandle this_klass, TRAPS);
    1.22    static void check_illegal_static_method(instanceKlassHandle this_klass, TRAPS);
    1.23  };
    1.24 +
    1.25 +#endif // SHARE_VM_CLASSFILE_CLASSFILEPARSER_HPP

mercurial