comparison src/cpu/zero/vm/globalDefinitions_zero.hpp @ 14909:4ca6dc0799b6

Backout jdk9 merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 01 Apr 2014 13:57:07 +0200
parents cfd05ec74089
children 52b4284cb496
comparison
equal deleted inserted replaced
14908:8db6e76cb658 14909:4ca6dc0799b6
26 #ifndef CPU_ZERO_VM_GLOBALDEFINITIONS_ZERO_HPP 26 #ifndef CPU_ZERO_VM_GLOBALDEFINITIONS_ZERO_HPP
27 #define CPU_ZERO_VM_GLOBALDEFINITIONS_ZERO_HPP 27 #define CPU_ZERO_VM_GLOBALDEFINITIONS_ZERO_HPP
28 28
29 #include <ffi.h> 29 #include <ffi.h>
30 30
31 // Indicates whether the C calling conventions require that
32 // 32-bit integer argument values are properly extended to 64 bits.
33 // If set, SharedRuntime::c_calling_convention() must adapt
34 // signatures accordingly.
35 const bool CCallingConventionRequiresIntsAsLongs = false;
36
37 #endif // CPU_ZERO_VM_GLOBALDEFINITIONS_ZERO_HPP 31 #endif // CPU_ZERO_VM_GLOBALDEFINITIONS_ZERO_HPP