< prev index next >

src/cpu/zero/vm/bytes_zero.hpp

Print this page
rev 11647 : 8161258: Simplify including platform files.
Summary: Include patform files with macros cpu_header() etc. Do various cleanups of macro usages. Remove _64/_32 from adlc generated files and platform .hpp files. Merge stubRoutines_x86*.hpp. Remove empty mutex_<os>* files.
Reviewed-by: dholmes, coleenp, kbarrett

*** 1,7 **** /* ! * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved. * Copyright 2007, 2008, 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 --- 1,7 ---- /* ! * Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved. * Copyright 2007, 2008, 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
*** 163,177 **** }; #ifdef VM_LITTLE_ENDIAN // The following header contains the implementations of swap_u2, // swap_u4, and swap_u8 ! #ifdef TARGET_OS_ARCH_linux_zero ! # include "bytes_linux_zero.inline.hpp" ! #endif ! #ifdef TARGET_OS_ARCH_bsd_zero ! # include "bytes_bsd_zero.inline.hpp" ! #endif #endif // VM_LITTLE_ENDIAN #endif // CPU_ZERO_VM_BYTES_ZERO_HPP --- 163,173 ---- }; #ifdef VM_LITTLE_ENDIAN // The following header contains the implementations of swap_u2, // swap_u4, and swap_u8 ! ! #include OS_CPU_HEADER_INLINE(bytes) #endif // VM_LITTLE_ENDIAN #endif // CPU_ZERO_VM_BYTES_ZERO_HPP
< prev index next >