src/hotspot/share/opto/compile.hpp
changeset 49480 d7df2dd501ce
parent 48371 291020144f22
child 49487 bde392011cd8
equal deleted inserted replaced
49479:5865398439d4 49480:d7df2dd501ce
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 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.
    32 #include "compiler/compilerOracle.hpp"
    32 #include "compiler/compilerOracle.hpp"
    33 #include "compiler/compileBroker.hpp"
    33 #include "compiler/compileBroker.hpp"
    34 #include "libadt/dict.hpp"
    34 #include "libadt/dict.hpp"
    35 #include "libadt/vectset.hpp"
    35 #include "libadt/vectset.hpp"
    36 #include "memory/resourceArea.hpp"
    36 #include "memory/resourceArea.hpp"
       
    37 #include "oops/methodData.hpp"
    37 #include "opto/idealGraphPrinter.hpp"
    38 #include "opto/idealGraphPrinter.hpp"
    38 #include "opto/phasetype.hpp"
    39 #include "opto/phasetype.hpp"
    39 #include "opto/phase.hpp"
    40 #include "opto/phase.hpp"
    40 #include "opto/regmask.hpp"
    41 #include "opto/regmask.hpp"
    41 #include "runtime/deoptimization.hpp"
    42 #include "runtime/deoptimization.hpp"