comparison src/share/vm/interpreter/abstractInterpreter.hpp @ 14909:4ca6dc0799b6

Backout jdk9 merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 01 Apr 2014 13:57:07 +0200
parents d8041d695d19
children 4062efea018b
comparison
equal deleted inserted replaced
14908:8db6e76cb658 14909:4ca6dc0799b6
40 # include "interp_masm_zero.hpp" 40 # include "interp_masm_zero.hpp"
41 #endif 41 #endif
42 #ifdef TARGET_ARCH_MODEL_arm 42 #ifdef TARGET_ARCH_MODEL_arm
43 # include "interp_masm_arm.hpp" 43 # include "interp_masm_arm.hpp"
44 #endif 44 #endif
45 #ifdef TARGET_ARCH_MODEL_ppc_32 45 #ifdef TARGET_ARCH_MODEL_ppc
46 # include "interp_masm_ppc_32.hpp" 46 # include "interp_masm_ppc.hpp"
47 #endif
48 #ifdef TARGET_ARCH_MODEL_ppc_64
49 # include "interp_masm_ppc_64.hpp"
50 #endif 47 #endif
51 48
52 // This file contains the platform-independent parts 49 // This file contains the platform-independent parts
53 // of the abstract interpreter and the abstract interpreter generator. 50 // of the abstract interpreter and the abstract interpreter generator.
54 51