src/share/vm/runtime/stackValueCollection.cpp

changeset 6876
710a3c8b516e
parent 6680
78bbf4d43a14
parent 1
2d8a650513c2
equal deleted inserted replaced
6875:28b50d07f6f8 6876:710a3c8b516e
20 * or visit www.oracle.com if you need additional information or have any 20 * or visit www.oracle.com if you need additional information or have any
21 * questions. 21 * questions.
22 * 22 *
23 */ 23 */
24 24
25 /*
26 * This file has been modified by Loongson Technology in 2015. These
27 * modifications are Copyright (c) 2015 Loongson Technology, and are made
28 * available on the same license terms set forth above.
29 */
30
25 #include "precompiled.hpp" 31 #include "precompiled.hpp"
26 #include "runtime/stackValueCollection.hpp" 32 #include "runtime/stackValueCollection.hpp"
27 #ifdef TARGET_ARCH_x86 33 #ifdef TARGET_ARCH_x86
28 # include "jniTypes_x86.hpp" 34 # include "jniTypes_x86.hpp"
29 #endif 35 #endif
36 #ifdef TARGET_ARCH_arm 42 #ifdef TARGET_ARCH_arm
37 # include "jniTypes_arm.hpp" 43 # include "jniTypes_arm.hpp"
38 #endif 44 #endif
39 #ifdef TARGET_ARCH_ppc 45 #ifdef TARGET_ARCH_ppc
40 # include "jniTypes_ppc.hpp" 46 # include "jniTypes_ppc.hpp"
47 #endif
48 #ifdef TARGET_ARCH_mips
49 # include "jniTypes_mips.hpp"
41 #endif 50 #endif
42 51
43 PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC 52 PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC
44 53
45 jint StackValueCollection::int_at(int slot) const { 54 jint StackValueCollection::int_at(int slot) const {

mercurial