hotspot/src/share/vm/c1/c1_Defs.hpp
changeset 25715 d5a8dbdc5150
parent 8921 14bfe81f2a9d
child 29180 50369728b00e
equal deleted inserted replaced
25469:3bcfa1db9717 25715:d5a8dbdc5150
     1 /*
     1 /*
     2  * Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2000, 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.
    24 
    24 
    25 #ifndef SHARE_VM_C1_C1_DEFS_HPP
    25 #ifndef SHARE_VM_C1_C1_DEFS_HPP
    26 #define SHARE_VM_C1_C1_DEFS_HPP
    26 #define SHARE_VM_C1_C1_DEFS_HPP
    27 
    27 
    28 #include "utilities/globalDefinitions.hpp"
    28 #include "utilities/globalDefinitions.hpp"
    29 #ifdef TARGET_ARCH_x86
    29 #include "asm/register.hpp"
    30 # include "register_x86.hpp"
       
    31 #endif
       
    32 #ifdef TARGET_ARCH_sparc
       
    33 # include "register_sparc.hpp"
       
    34 #endif
       
    35 #ifdef TARGET_ARCH_zero
       
    36 # include "register_zero.hpp"
       
    37 #endif
       
    38 #ifdef TARGET_ARCH_arm
       
    39 # include "register_arm.hpp"
       
    40 #endif
       
    41 #ifdef TARGET_ARCH_ppc
       
    42 # include "register_ppc.hpp"
       
    43 #endif
       
    44 
    30 
    45 // set frame size and return address offset to these values in blobs
    31 // set frame size and return address offset to these values in blobs
    46 // (if the compiled frame uses ebp as link pointer on IA; otherwise,
    32 // (if the compiled frame uses ebp as link pointer on IA; otherwise,
    47 // the frame size must be fixed)
    33 // the frame size must be fixed)
    48 enum {
    34 enum {