hotspot/src/share/vm/c1/c1_CodeStubs.hpp
changeset 25715 d5a8dbdc5150
parent 24442 4d4ae31dea26
child 28637 69d08079c4a3
equal deleted inserted replaced
25469:3bcfa1db9717 25715:d5a8dbdc5150
     1 /*
     1 /*
     2  * Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1999, 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 "c1/c1_FrameMap.hpp"
    28 #include "c1/c1_FrameMap.hpp"
    29 #include "c1/c1_IR.hpp"
    29 #include "c1/c1_IR.hpp"
    30 #include "c1/c1_Instruction.hpp"
    30 #include "c1/c1_Instruction.hpp"
    31 #include "c1/c1_LIR.hpp"
    31 #include "c1/c1_LIR.hpp"
    32 #include "c1/c1_Runtime1.hpp"
    32 #include "c1/c1_Runtime1.hpp"
       
    33 #include "code/nativeInst.hpp"
    33 #include "utilities/array.hpp"
    34 #include "utilities/array.hpp"
    34 #include "utilities/macros.hpp"
    35 #include "utilities/macros.hpp"
    35 
    36 
    36 class CodeEmitInfo;
    37 class CodeEmitInfo;
    37 class LIR_Assembler;
    38 class LIR_Assembler;