src/share/vm/runtime/frame.hpp

changeset 7598
ddce0b7cee93
parent 7553
f43fad8786fc
child 7994
04ff2f6cd0eb
child 9191
a0373be7fe1b
equal deleted inserted replaced
7597:34f0c0e9df21 7598:ddce0b7cee93
1 /* 1 /*
2 * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1997, 2015, 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.
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 33 #ifdef COMPILER2
34 #ifdef TARGET_ARCH_MODEL_x86_32 34 #if defined ADGLOBALS_MD_HPP
35 # include ADGLOBALS_MD_HPP
36 #elif defined TARGET_ARCH_MODEL_x86_32
35 # include "adfiles/adGlobals_x86_32.hpp" 37 # include "adfiles/adGlobals_x86_32.hpp"
36 #endif 38 #elif defined TARGET_ARCH_MODEL_x86_64
37 #ifdef TARGET_ARCH_MODEL_x86_64
38 # include "adfiles/adGlobals_x86_64.hpp" 39 # include "adfiles/adGlobals_x86_64.hpp"
39 #endif 40 #elif defined TARGET_ARCH_MODEL_sparc
40 #ifdef TARGET_ARCH_MODEL_sparc
41 # include "adfiles/adGlobals_sparc.hpp" 41 # include "adfiles/adGlobals_sparc.hpp"
42 #endif 42 #elif defined TARGET_ARCH_MODEL_zero
43 #ifdef TARGET_ARCH_MODEL_zero
44 # include "adfiles/adGlobals_zero.hpp" 43 # include "adfiles/adGlobals_zero.hpp"
45 #endif 44 #elif defined TARGET_ARCH_MODEL_ppc_64
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" 45 # include "adfiles/adGlobals_ppc_64.hpp"
54 #endif 46 #endif
55 #endif // COMPILER2 47 #endif // COMPILER2
56 #ifdef ZERO 48 #ifdef ZERO
57 #ifdef TARGET_ARCH_zero 49 #ifdef TARGET_ARCH_zero

mercurial