hotspot/src/share/vm/oops/method.cpp
changeset 35498 392b50de06c6
parent 35463 b32e362563bb
child 35499 b79827ea1b9f
equal deleted inserted replaced
35488:bca41d0c2a15 35498:392b50de06c6
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2016, 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.
    39 #include "memory/metadataFactory.hpp"
    39 #include "memory/metadataFactory.hpp"
    40 #include "memory/oopFactory.hpp"
    40 #include "memory/oopFactory.hpp"
    41 #include "oops/constMethod.hpp"
    41 #include "oops/constMethod.hpp"
    42 #include "oops/method.hpp"
    42 #include "oops/method.hpp"
    43 #include "oops/methodData.hpp"
    43 #include "oops/methodData.hpp"
       
    44 #include "oops/objArrayOop.inline.hpp"
    44 #include "oops/oop.inline.hpp"
    45 #include "oops/oop.inline.hpp"
    45 #include "oops/symbol.hpp"
    46 #include "oops/symbol.hpp"
    46 #include "prims/jvmtiExport.hpp"
    47 #include "prims/jvmtiExport.hpp"
    47 #include "prims/methodHandles.hpp"
    48 #include "prims/methodHandles.hpp"
    48 #include "prims/nativeLookup.hpp"
    49 #include "prims/nativeLookup.hpp"