src/hotspot/share/ci/ciReplay.cpp
changeset 49340 4e82736053ae
parent 48826 c4d9d1b08e2e
child 49449 ef5d5d343e2a
equal deleted inserted replaced
49339:e651c3ea6ea8 49340:4e82736053ae
     1 /*
     1 /*
     2  * Copyright (c) 2013, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2013, 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.
    31 #include "ci/ciUtilities.hpp"
    31 #include "ci/ciUtilities.hpp"
    32 #include "compiler/compileBroker.hpp"
    32 #include "compiler/compileBroker.hpp"
    33 #include "memory/allocation.inline.hpp"
    33 #include "memory/allocation.inline.hpp"
    34 #include "memory/oopFactory.hpp"
    34 #include "memory/oopFactory.hpp"
    35 #include "memory/resourceArea.hpp"
    35 #include "memory/resourceArea.hpp"
       
    36 #include "oops/method.inline.hpp"
    36 #include "oops/oop.inline.hpp"
    37 #include "oops/oop.inline.hpp"
    37 #include "utilities/copy.hpp"
    38 #include "utilities/copy.hpp"
    38 #include "utilities/macros.hpp"
    39 #include "utilities/macros.hpp"
    39 
    40 
    40 #ifndef PRODUCT
    41 #ifndef PRODUCT