hotspot/src/cpu/zero/vm/globalDefinitions_zero.hpp
changeset 31590 427d073af867
parent 22834 3e2df6a4a28c
child 35112 b3c4347bb751
equal deleted inserted replaced
31589:e0d5c4d48464 31590:427d073af867
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved.
     3  * Copyright 2009 Red Hat, Inc.
     3  * Copyright 2009, 2015, Red Hat, Inc.
     4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     5  *
     5  *
     6  * This code is free software; you can redistribute it and/or modify it
     6  * This code is free software; you can redistribute it and/or modify it
     7  * under the terms of the GNU General Public License version 2 only, as
     7  * under the terms of the GNU General Public License version 2 only, as
     8  * published by the Free Software Foundation.
     8  * published by the Free Software Foundation.
    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