hotspot/src/share/vm/ci/ciReplay.cpp
changeset 29081 c61eb4914428
parent 27680 8ecc0871c18e
child 33105 294e48b4f704
equal deleted inserted replaced
29080:a16b0d9a08f5 29081:c61eb4914428
     1 /* Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
     1 /* Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     2  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  *
     3  *
     4  * This code is free software; you can redistribute it and/or modify it
     4  * This code is free software; you can redistribute it and/or modify it
     5  * under the terms of the GNU General Public License version 2 only, as
     5  * under the terms of the GNU General Public License version 2 only, as
     6  * published by the Free Software Foundation.
     6  * published by the Free Software Foundation.
    29 #include "ci/ciUtilities.hpp"
    29 #include "ci/ciUtilities.hpp"
    30 #include "compiler/compileBroker.hpp"
    30 #include "compiler/compileBroker.hpp"
    31 #include "memory/allocation.inline.hpp"
    31 #include "memory/allocation.inline.hpp"
    32 #include "memory/oopFactory.hpp"
    32 #include "memory/oopFactory.hpp"
    33 #include "memory/resourceArea.hpp"
    33 #include "memory/resourceArea.hpp"
       
    34 #include "oops/oop.inline.hpp"
    34 #include "utilities/copy.hpp"
    35 #include "utilities/copy.hpp"
    35 #include "utilities/macros.hpp"
    36 #include "utilities/macros.hpp"
    36 
    37 
    37 #ifndef PRODUCT
    38 #ifndef PRODUCT
    38 
    39