interp_masm.hpp revision 11658:8a5735c11a84
1148456Spjd/*
2213073Spjd * Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
3148456Spjd * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4148456Spjd *
5148456Spjd * This code is free software; you can redistribute it and/or modify it
6148456Spjd * under the terms of the GNU General Public License version 2 only, as
7148456Spjd * published by the Free Software Foundation.
8148456Spjd *
9148456Spjd * This code is distributed in the hope that it will be useful, but WITHOUT
10148456Spjd * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11148456Spjd * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
12148456Spjd * version 2 for more details (a copy is included in the LICENSE file that
13155175Spjd * accompanied this code).
14148456Spjd *
15148456Spjd * You should have received a copy of the GNU General Public License version
16148456Spjd * 2 along with this work; if not, write to the Free Software Foundation,
17148456Spjd * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
18148456Spjd *
19148456Spjd * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20148456Spjd * or visit www.oracle.com if you need additional information or have any
21148456Spjd * questions.
22148456Spjd *
23148456Spjd */
24148456Spjd
25148456Spjd#ifndef SHARE_VM_INTERPRETER_INTERP_MASM_HPP
26148456Spjd#define SHARE_VM_INTERPRETER_INTERP_MASM_HPP
27148456Spjd
28148456Spjd#include "asm/macroAssembler.hpp"
29148456Spjd#include "utilities/macros.hpp"
30226715Spjd
31226715Spjd#include CPU_HEADER(interp_masm)
32213060Spjd
33226715Spjd#endif // SHARE_VM_INTERPRETER_INTERP_MASM_HPP
34226715Spjd