prefetch.inline.hpp revision 11658:8a5735c11a84
155714Skris/*
255714Skris * Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
3120635Snectar * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
455714Skris *
555714Skris * This code is free software; you can redistribute it and/or modify it
655714Skris * under the terms of the GNU General Public License version 2 only, as
755714Skris * published by the Free Software Foundation.
8120635Snectar *
955714Skris * This code is distributed in the hope that it will be useful, but WITHOUT
1055714Skris * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11120635Snectar * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
12120635Snectar * version 2 for more details (a copy is included in the LICENSE file that
13120635Snectar * accompanied this code).
14120635Snectar *
1555714Skris * You should have received a copy of the GNU General Public License version
1655714Skris * 2 along with this work; if not, write to the Free Software Foundation,
1755714Skris * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
1855714Skris *
1955714Skris * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
2068654Skris * or visit www.oracle.com if you need additional information or have any
2155714Skris * questions.
22238405Sjkim *
2355714Skris */
24160817Ssimon
2568654Skris#ifndef SHARE_VM_RUNTIME_PREFETCH_INLINE_HPP
26120635Snectar#define SHARE_VM_RUNTIME_PREFETCH_INLINE_HPP
2768654Skris
28120635Snectar#include "runtime/prefetch.hpp"
29110007Smarkm#include "utilities/macros.hpp"
30120635Snectar#include OS_CPU_HEADER_INLINE(prefetch)
3168654Skris
32120635Snectar#endif // SHARE_VM_RUNTIME_PREFETCH_INLINE_HPP
3368654Skris