src/hotspot/share/classfile/classFileParser.cpp
changeset 49340 4e82736053ae
parent 48826 c4d9d1b08e2e
child 49348 fde3feaaa4ed
equal deleted inserted replaced
49339:e651c3ea6ea8 49340:4e82736053ae
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2018, 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.
    44 #include "memory/metadataFactory.hpp"
    44 #include "memory/metadataFactory.hpp"
    45 #include "memory/oopFactory.hpp"
    45 #include "memory/oopFactory.hpp"
    46 #include "memory/resourceArea.hpp"
    46 #include "memory/resourceArea.hpp"
    47 #include "memory/universe.inline.hpp"
    47 #include "memory/universe.inline.hpp"
    48 #include "oops/annotations.hpp"
    48 #include "oops/annotations.hpp"
       
    49 #include "oops/constantPool.inline.hpp"
    49 #include "oops/fieldStreams.hpp"
    50 #include "oops/fieldStreams.hpp"
    50 #include "oops/instanceKlass.hpp"
    51 #include "oops/instanceKlass.hpp"
    51 #include "oops/instanceMirrorKlass.hpp"
    52 #include "oops/instanceMirrorKlass.hpp"
    52 #include "oops/klass.inline.hpp"
    53 #include "oops/klass.inline.hpp"
    53 #include "oops/klassVtable.hpp"
    54 #include "oops/klassVtable.hpp"