src/share/vm/runtime/frame.inline.hpp

changeset 9299
c6b5a99cea9e
parent 9191
a0373be7fe1b
child 9203
53eec13fbaa5
equal deleted inserted replaced
9294:de8045923ad2 9299:c6b5a99cea9e
1 /* 1 /*
2 * Copyright (c) 1997, 2013, 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.
44 # include "jniTypes_arm.hpp" 44 # include "jniTypes_arm.hpp"
45 #endif 45 #endif
46 #ifdef TARGET_ARCH_ppc 46 #ifdef TARGET_ARCH_ppc
47 # include "jniTypes_ppc.hpp" 47 # include "jniTypes_ppc.hpp"
48 #endif 48 #endif
49 #ifdef ZERO
50 #ifdef TARGET_ARCH_zero 49 #ifdef TARGET_ARCH_zero
51 # include "entryFrame_zero.hpp" 50 # include "entryFrame_zero.hpp"
52 # include "fakeStubFrame_zero.hpp" 51 # include "fakeStubFrame_zero.hpp"
53 # include "interpreterFrame_zero.hpp" 52 # include "interpreterFrame_zero.hpp"
54 # include "sharkFrame_zero.hpp" 53 # include "sharkFrame_zero.hpp"
55 #endif
56 #endif 54 #endif
57 55
58 // This file holds platform-independent bodies of inline functions for frames. 56 // This file holds platform-independent bodies of inline functions for frames.
59 57
60 // Note: The bcx usually contains the bcp; however during GC it contains the bci 58 // Note: The bcx usually contains the bcp; however during GC it contains the bci

mercurial