src/hotspot/share/runtime/reflection.cpp
changeset 49359 59f6547e151f
parent 49036 bc92debe57e4
child 49480 d7df2dd501ce
equal deleted inserted replaced
49358:0dc249f5c260 49359:59f6547e151f
     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.
    32 #include "classfile/verifier.hpp"
    32 #include "classfile/verifier.hpp"
    33 #include "classfile/vmSymbols.hpp"
    33 #include "classfile/vmSymbols.hpp"
    34 #include "interpreter/linkResolver.hpp"
    34 #include "interpreter/linkResolver.hpp"
    35 #include "memory/oopFactory.hpp"
    35 #include "memory/oopFactory.hpp"
    36 #include "memory/resourceArea.hpp"
    36 #include "memory/resourceArea.hpp"
    37 #include "memory/universe.inline.hpp"
    37 #include "memory/universe.hpp"
    38 #include "oops/instanceKlass.hpp"
    38 #include "oops/instanceKlass.hpp"
    39 #include "oops/objArrayKlass.hpp"
    39 #include "oops/objArrayKlass.hpp"
    40 #include "oops/objArrayOop.inline.hpp"
    40 #include "oops/objArrayOop.inline.hpp"
    41 #include "oops/oop.inline.hpp"
    41 #include "oops/oop.inline.hpp"
    42 #include "oops/typeArrayOop.inline.hpp"
    42 #include "oops/typeArrayOop.inline.hpp"