src/share/vm/runtime/icache.hpp

changeset 1
2d8a650513c2
parent 0
f90c822e73f8
child 6876
710a3c8b516e
equal deleted inserted replaced
0:f90c822e73f8 1:2d8a650513c2
18 * 18 *
19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20 * or visit www.oracle.com if you need additional information or have any 20 * or visit www.oracle.com if you need additional information or have any
21 * questions. 21 * questions.
22 * 22 *
23 */
24
25 /*
26 * This file has been modified by Loongson Technology in 2015. These
27 * modifications are Copyright (c) 2015 Loongson Technology, and are made
28 * available on the same license terms set forth above.
23 */ 29 */
24 30
25 #ifndef SHARE_VM_RUNTIME_ICACHE_HPP 31 #ifndef SHARE_VM_RUNTIME_ICACHE_HPP
26 #define SHARE_VM_RUNTIME_ICACHE_HPP 32 #define SHARE_VM_RUNTIME_ICACHE_HPP
27 33
81 # include "icache_arm.hpp" 87 # include "icache_arm.hpp"
82 #endif 88 #endif
83 #ifdef TARGET_ARCH_ppc 89 #ifdef TARGET_ARCH_ppc
84 # include "icache_ppc.hpp" 90 # include "icache_ppc.hpp"
85 #endif 91 #endif
86 92 #ifdef TARGET_ARCH_mips
93 # include "icache_mips.hpp"
94 #endif
87 95
88 96
89 class ICacheStubGenerator : public StubCodeGenerator { 97 class ICacheStubGenerator : public StubCodeGenerator {
90 public: 98 public:
91 ICacheStubGenerator(CodeBuffer *c) : StubCodeGenerator(c) {} 99 ICacheStubGenerator(CodeBuffer *c) : StubCodeGenerator(c) {}

mercurial