hotspot/src/share/vm/opto/output.cpp
changeset 25715 d5a8dbdc5150
parent 24923 9631f7d691dc
child 25716 fc9bd7814b10
equal deleted inserted replaced
25469:3bcfa1db9717 25715:d5a8dbdc5150
     1 /*
     1 /*
     2  * Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1998, 2014, 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.
    28 #include "code/debugInfo.hpp"
    28 #include "code/debugInfo.hpp"
    29 #include "code/debugInfoRec.hpp"
    29 #include "code/debugInfoRec.hpp"
    30 #include "compiler/compileBroker.hpp"
    30 #include "compiler/compileBroker.hpp"
    31 #include "compiler/oopMap.hpp"
    31 #include "compiler/oopMap.hpp"
    32 #include "memory/allocation.inline.hpp"
    32 #include "memory/allocation.inline.hpp"
       
    33 #include "opto/ad.hpp"
    33 #include "opto/callnode.hpp"
    34 #include "opto/callnode.hpp"
    34 #include "opto/cfgnode.hpp"
    35 #include "opto/cfgnode.hpp"
    35 #include "opto/locknode.hpp"
    36 #include "opto/locknode.hpp"
    36 #include "opto/machnode.hpp"
    37 #include "opto/machnode.hpp"
       
    38 #include "opto/optoreg.hpp"
    37 #include "opto/output.hpp"
    39 #include "opto/output.hpp"
    38 #include "opto/regalloc.hpp"
    40 #include "opto/regalloc.hpp"
    39 #include "opto/runtime.hpp"
    41 #include "opto/runtime.hpp"
    40 #include "opto/subnode.hpp"
    42 #include "opto/subnode.hpp"
    41 #include "opto/type.hpp"
    43 #include "opto/type.hpp"