hotspot/src/share/vm/classfile/classFileParser.hpp
changeset 29081 c61eb4914428
parent 28027 c63d0bb0101c
child 29201 fee2bbb2ec1d
equal deleted inserted replaced
29080:a16b0d9a08f5 29081:c61eb4914428
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    25 #ifndef SHARE_VM_CLASSFILE_CLASSFILEPARSER_HPP
    25 #ifndef SHARE_VM_CLASSFILE_CLASSFILEPARSER_HPP
    26 #define SHARE_VM_CLASSFILE_CLASSFILEPARSER_HPP
    26 #define SHARE_VM_CLASSFILE_CLASSFILEPARSER_HPP
    27 
    27 
    28 #include "classfile/classFileStream.hpp"
    28 #include "classfile/classFileStream.hpp"
    29 #include "memory/resourceArea.hpp"
    29 #include "memory/resourceArea.hpp"
    30 #include "oops/oop.inline.hpp"
       
    31 #include "oops/typeArrayOop.hpp"
    30 #include "oops/typeArrayOop.hpp"
    32 #include "runtime/handles.inline.hpp"
       
    33 #include "utilities/accessFlags.hpp"
    31 #include "utilities/accessFlags.hpp"
    34 #include "classfile/symbolTable.hpp"
    32 #include "classfile/symbolTable.hpp"
    35 
    33 
    36 class FieldAllocationCount;
    34 class FieldAllocationCount;
    37 class FieldLayoutInfo;
    35 class FieldLayoutInfo;