< prev index next >

src/os/aix/vm/interfaceSupport_aix.hpp

Print this page
rev 7960 : 8075506: aix: improve handling of native memory

*** 1,8 **** /* ! * Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved. ! * Copyright 2012, 2013 SAP AG. 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,8 ---- /* ! * Copyright (c) 2005, 2015, Oracle and/or its affiliates. All rights reserved. ! * Copyright 2012, 2015 SAP AG. 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 21,35 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef OS_LINUX_VM_INTERFACESUPPORT_LINUX_HPP ! #define OS_LINUX_VM_INTERFACESUPPORT_LINUX_HPP // Contains inlined functions for class InterfaceSupport static inline void serialize_memory(JavaThread *thread) { os::write_memory_serialize_page(thread); } ! #endif // OS_LINUX_VM_INTERFACESUPPORT_LINUX_HPP --- 21,35 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef OS_AIX_VM_INTERFACESUPPORT_AIX_HPP ! #define OS_AIX_VM_INTERFACESUPPORT_AIX_HPP // Contains inlined functions for class InterfaceSupport static inline void serialize_memory(JavaThread *thread) { os::write_memory_serialize_page(thread); } ! #endif // OS_AIX_VM_INTERFACESUPPORT_AIX_HPP
< prev index next >