src/share/vm/runtime/frame.hpp

changeset 9191
a0373be7fe1b
parent 7598
ddce0b7cee93
child 9203
53eec13fbaa5
child 9858
b985cbb00e68
equal deleted inserted replaced
9190:e24cbebe3ee8 9191:a0373be7fe1b
1 /* 1 /*
2 * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1997, 2018, 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.
43 # include "adfiles/adGlobals_zero.hpp" 43 # include "adfiles/adGlobals_zero.hpp"
44 #elif defined TARGET_ARCH_MODEL_ppc_64 44 #elif defined TARGET_ARCH_MODEL_ppc_64
45 # include "adfiles/adGlobals_ppc_64.hpp" 45 # include "adfiles/adGlobals_ppc_64.hpp"
46 #endif 46 #endif
47 #endif // COMPILER2 47 #endif // COMPILER2
48 #ifdef ZERO
49 #ifdef TARGET_ARCH_zero 48 #ifdef TARGET_ARCH_zero
50 # include "stack_zero.hpp" 49 # include "stack_zero.hpp"
51 #endif
52 #endif 50 #endif
53 51
54 typedef class BytecodeInterpreter* interpreterState; 52 typedef class BytecodeInterpreter* interpreterState;
55 53
56 class CodeBlob; 54 class CodeBlob;

mercurial