src/share/vm/interpreter/cppInterpreterGenerator.hpp

changeset 9299
c6b5a99cea9e
parent 9191
a0373be7fe1b
child 9203
53eec13fbaa5
equal deleted inserted replaced
9294:de8045923ad2 9299:c6b5a99cea9e
1 /* 1 /*
2 * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
27 27
28 // This file contains the platform-independent parts 28 // This file contains the platform-independent parts
29 // of the template interpreter generator. 29 // of the template interpreter generator.
30 30
31 #ifdef CC_INTERP 31 #ifdef CC_INTERP
32 #ifdef TARGET_ARCH_zero
33 # include "entry_zero.hpp"
34 #endif
32 35
33 class CppInterpreterGenerator: public AbstractInterpreterGenerator { 36 class CppInterpreterGenerator: public AbstractInterpreterGenerator {
34 protected: 37 protected:
35 // shared code sequences 38 // shared code sequences
36 // Converter for native abi result to tosca result 39 // Converter for native abi result to tosca result

mercurial