hotspot/src/share/vm/code/nmethod.cpp
changeset 29083 5e7bce2712ac
parent 28957 75ca61f0b7c7
parent 29081 c61eb4914428
child 29576 c223b0a9872e
equal deleted inserted replaced
28958:8d8f9907083d 29083:5e7bce2712ac
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2015, 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.
    33 #include "compiler/compileLog.hpp"
    33 #include "compiler/compileLog.hpp"
    34 #include "compiler/compilerOracle.hpp"
    34 #include "compiler/compilerOracle.hpp"
    35 #include "compiler/disassembler.hpp"
    35 #include "compiler/disassembler.hpp"
    36 #include "interpreter/bytecode.hpp"
    36 #include "interpreter/bytecode.hpp"
    37 #include "oops/methodData.hpp"
    37 #include "oops/methodData.hpp"
       
    38 #include "oops/oop.inline.hpp"
    38 #include "prims/jvmtiRedefineClassesTrace.hpp"
    39 #include "prims/jvmtiRedefineClassesTrace.hpp"
    39 #include "prims/jvmtiImpl.hpp"
    40 #include "prims/jvmtiImpl.hpp"
    40 #include "runtime/atomic.inline.hpp"
    41 #include "runtime/atomic.inline.hpp"
    41 #include "runtime/orderAccess.inline.hpp"
    42 #include "runtime/orderAccess.inline.hpp"
    42 #include "runtime/sharedRuntime.hpp"
    43 #include "runtime/sharedRuntime.hpp"