< prev index next >

src/cpu/zero/vm/globalDefinitions_zero.hpp

Print this page
rev 8611 : 8086069: Adapt runtime calls to recent intrinsics to pass ints as long
Summary: Remove CCallingConventionRequiresIntsAsLongs from shared code and push functionality to native wrapper. Less optimal but more flexible.

*** 1,8 **** /* ! * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved. ! * Copyright 2009 Red Hat, Inc. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,8 ---- /* ! * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved. ! * Copyright 2009, 2015, Red Hat, Inc. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 26,37 **** #ifndef CPU_ZERO_VM_GLOBALDEFINITIONS_ZERO_HPP #define CPU_ZERO_VM_GLOBALDEFINITIONS_ZERO_HPP #include <ffi.h> - // Indicates whether the C calling conventions require that - // 32-bit integer argument values are properly extended to 64 bits. - // If set, SharedRuntime::c_calling_convention() must adapt - // signatures accordingly. - const bool CCallingConventionRequiresIntsAsLongs = false; - #endif // CPU_ZERO_VM_GLOBALDEFINITIONS_ZERO_HPP --- 26,31 ----
< prev index next >