diff -r e0d5c4d48464 -r 427d073af867 hotspot/src/cpu/aarch64/vm/globalDefinitions_aarch64.hpp --- a/hotspot/src/cpu/aarch64/vm/globalDefinitions_aarch64.hpp Fri Jul 03 16:29:37 2015 +0200 +++ b/hotspot/src/cpu/aarch64/vm/globalDefinitions_aarch64.hpp Mon Jun 29 15:30:55 2015 +0200 @@ -1,6 +1,6 @@ /* - * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved. - * Copyright (c) 2014, Red Hat Inc. All rights reserved. + * Copyright (c) 1999, 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2014, 2015, Red Hat Inc. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -28,12 +28,6 @@ const int StackAlignmentInBytes = 16; -// 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 = true; - #define SUPPORTS_NATIVE_CX8 // The maximum B/BL offset range on AArch64 is 128MB.