src/hotspot/share/prims/resolvedMethodTable.cpp
changeset 49593 4dd58ecc9912
parent 48615 31cd0c16f4d2
child 49594 898ef81cbc0e
equal deleted inserted replaced
49592:77fb0be7d19f 49593:4dd58ecc9912
     1 /*
     1 /*
     2  * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2017, 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.
    21  * questions.
    21  * questions.
    22  *
    22  *
    23  */
    23  */
    24 
    24 
    25 #include "precompiled.hpp"
    25 #include "precompiled.hpp"
       
    26 #include "classfile/javaClasses.hpp"
    26 #include "gc/shared/gcLocker.hpp"
    27 #include "gc/shared/gcLocker.hpp"
    27 #include "memory/allocation.hpp"
    28 #include "memory/allocation.hpp"
       
    29 #include "memory/resourceArea.hpp"
    28 #include "oops/access.inline.hpp"
    30 #include "oops/access.inline.hpp"
    29 #include "oops/oop.inline.hpp"
    31 #include "oops/oop.inline.hpp"
    30 #include "oops/method.hpp"
    32 #include "oops/method.hpp"
    31 #include "oops/symbol.hpp"
    33 #include "oops/symbol.hpp"
    32 #include "prims/resolvedMethodTable.hpp"
    34 #include "prims/resolvedMethodTable.hpp"