src/share/vm/utilities/globalDefinitions.hpp

changeset 9448
73d689add964
parent 9325
6ab57fe8b51f
parent 8604
04d83ba48607
child 9637
eef07cd490d4
equal deleted inserted replaced
9447:1f822ff877d1 9448:73d689add964
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