src/share/vm/utilities/globalDefinitions.hpp

changeset 7535
7ae4e26cb1e0
parent 7001
b6a8cc1e0d92
parent 6876
710a3c8b516e
child 8604
04d83ba48607
equal deleted inserted replaced
7534:e6aa4a8c1b46 7535:7ae4e26cb1e0
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 #ifndef SHARE_VM_UTILITIES_GLOBALDEFINITIONS_HPP 31 #ifndef SHARE_VM_UTILITIES_GLOBALDEFINITIONS_HPP
26 #define SHARE_VM_UTILITIES_GLOBALDEFINITIONS_HPP 32 #define SHARE_VM_UTILITIES_GLOBALDEFINITIONS_HPP
27 33
28 #ifndef __STDC_FORMAT_MACROS 34 #ifndef __STDC_FORMAT_MACROS
29 #define __STDC_FORMAT_MACROS 35 #define __STDC_FORMAT_MACROS
426 #ifdef TARGET_ARCH_arm 432 #ifdef TARGET_ARCH_arm
427 # include "globalDefinitions_arm.hpp" 433 # include "globalDefinitions_arm.hpp"
428 #endif 434 #endif
429 #ifdef TARGET_ARCH_ppc 435 #ifdef TARGET_ARCH_ppc
430 # include "globalDefinitions_ppc.hpp" 436 # include "globalDefinitions_ppc.hpp"
437 #endif
438 #ifdef TARGET_ARCH_mips
439 # include "globalDefinitions_mips.hpp"
431 #endif 440 #endif
432 441
433 /* 442 /*
434 * If a platform does not support native stack walking 443 * If a platform does not support native stack walking
435 * the platform specific globalDefinitions (above) 444 * the platform specific globalDefinitions (above)

mercurial