hotspot/src/share/vm/c1/c1_IR.cpp
changeset 37248 11a660dbbb8e
parent 35097 cd29ef2a189d
child 38033 996ce936543f
equal deleted inserted replaced
37247:bdbfe42632cb 37248:11a660dbbb8e
     1 /*
     1 /*
     2  * Copyright (c) 1999, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1999, 2016, 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.
    27 #include "c1/c1_FrameMap.hpp"
    27 #include "c1/c1_FrameMap.hpp"
    28 #include "c1/c1_GraphBuilder.hpp"
    28 #include "c1/c1_GraphBuilder.hpp"
    29 #include "c1/c1_IR.hpp"
    29 #include "c1/c1_IR.hpp"
    30 #include "c1/c1_InstructionPrinter.hpp"
    30 #include "c1/c1_InstructionPrinter.hpp"
    31 #include "c1/c1_Optimizer.hpp"
    31 #include "c1/c1_Optimizer.hpp"
       
    32 #include "memory/resourceArea.hpp"
    32 #include "utilities/bitMap.inline.hpp"
    33 #include "utilities/bitMap.inline.hpp"
    33 
    34 
    34 
    35 
    35 // Implementation of XHandlers
    36 // Implementation of XHandlers
    36 //
    37 //