hotspot/src/share/vm/runtime/frame.hpp
changeset 25715 d5a8dbdc5150
parent 22929 cb114f3238ef
child 25717 7493b8ac31b7
equal deleted inserted replaced
25469:3bcfa1db9717 25715:d5a8dbdc5150
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 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 "oops/method.hpp"
    28 #include "oops/method.hpp"
    29 #include "runtime/basicLock.hpp"
    29 #include "runtime/basicLock.hpp"
    30 #include "runtime/monitorChunk.hpp"
    30 #include "runtime/monitorChunk.hpp"
    31 #include "runtime/registerMap.hpp"
    31 #include "runtime/registerMap.hpp"
    32 #include "utilities/top.hpp"
    32 #include "utilities/top.hpp"
    33 #ifdef COMPILER2
       
    34 #ifdef TARGET_ARCH_MODEL_x86_32
       
    35 # include "adfiles/adGlobals_x86_32.hpp"
       
    36 #endif
       
    37 #ifdef TARGET_ARCH_MODEL_x86_64
       
    38 # include "adfiles/adGlobals_x86_64.hpp"
       
    39 #endif
       
    40 #ifdef TARGET_ARCH_MODEL_sparc
       
    41 # include "adfiles/adGlobals_sparc.hpp"
       
    42 #endif
       
    43 #ifdef TARGET_ARCH_MODEL_zero
       
    44 # include "adfiles/adGlobals_zero.hpp"
       
    45 #endif
       
    46 #ifdef TARGET_ARCH_MODEL_arm
       
    47 # include "adfiles/adGlobals_arm.hpp"
       
    48 #endif
       
    49 #ifdef TARGET_ARCH_MODEL_ppc_32
       
    50 # include "adfiles/adGlobals_ppc_32.hpp"
       
    51 #endif
       
    52 #ifdef TARGET_ARCH_MODEL_ppc_64
       
    53 # include "adfiles/adGlobals_ppc_64.hpp"
       
    54 #endif
       
    55 #endif // COMPILER2
       
    56 #ifdef ZERO
    33 #ifdef ZERO
    57 #ifdef TARGET_ARCH_zero
    34 #ifdef TARGET_ARCH_zero
    58 # include "stack_zero.hpp"
    35 # include "stack_zero.hpp"
    59 #endif
    36 #endif
    60 #endif
    37 #endif