src/hotspot/share/oops/methodData.cpp
changeset 49340 4e82736053ae
parent 47216 71c04702a3d5
child 49449 ef5d5d343e2a
equal deleted inserted replaced
49339:e651c3ea6ea8 49340:4e82736053ae
     1 /*
     1 /*
     2  * Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2000, 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.
    29 #include "interpreter/bytecodeStream.hpp"
    29 #include "interpreter/bytecodeStream.hpp"
    30 #include "interpreter/linkResolver.hpp"
    30 #include "interpreter/linkResolver.hpp"
    31 #include "memory/heapInspection.hpp"
    31 #include "memory/heapInspection.hpp"
    32 #include "memory/metaspaceClosure.hpp"
    32 #include "memory/metaspaceClosure.hpp"
    33 #include "memory/resourceArea.hpp"
    33 #include "memory/resourceArea.hpp"
    34 #include "oops/methodData.hpp"
    34 #include "oops/methodData.inline.hpp"
    35 #include "prims/jvmtiRedefineClasses.hpp"
    35 #include "prims/jvmtiRedefineClasses.hpp"
    36 #include "runtime/arguments.hpp"
    36 #include "runtime/arguments.hpp"
    37 #include "runtime/compilationPolicy.hpp"
    37 #include "runtime/compilationPolicy.hpp"
    38 #include "runtime/deoptimization.hpp"
    38 #include "runtime/deoptimization.hpp"
    39 #include "runtime/handles.inline.hpp"
    39 #include "runtime/handles.inline.hpp"