hotspot/src/share/vm/opto/ifg.cpp
changeset 7397 5b173b4ca846
parent 5547 f4b087cbb361
child 13104 657b387034fb
equal deleted inserted replaced
7396:518b01b064ff 7397:5b173b4ca846
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  *
    22  *
    23  */
    23  */
    24 
    24 
    25 #include "incls/_precompiled.incl"
    25 #include "precompiled.hpp"
    26 #include "incls/_ifg.cpp.incl"
    26 #include "compiler/oopMap.hpp"
       
    27 #include "memory/allocation.inline.hpp"
       
    28 #include "opto/addnode.hpp"
       
    29 #include "opto/block.hpp"
       
    30 #include "opto/callnode.hpp"
       
    31 #include "opto/cfgnode.hpp"
       
    32 #include "opto/chaitin.hpp"
       
    33 #include "opto/coalesce.hpp"
       
    34 #include "opto/connode.hpp"
       
    35 #include "opto/indexSet.hpp"
       
    36 #include "opto/machnode.hpp"
       
    37 #include "opto/memnode.hpp"
       
    38 #include "opto/opcodes.hpp"
    27 
    39 
    28 #define EXACT_PRESSURE 1
    40 #define EXACT_PRESSURE 1
    29 
    41 
    30 //=============================================================================
    42 //=============================================================================
    31 //------------------------------IFG--------------------------------------------
    43 //------------------------------IFG--------------------------------------------