src/share/vm/runtime/dtraceJSDT.hpp

changeset 2508
b92c45f2bc75
parent 2314
f95d63e2154a
child 2708
1d1603768966
equal deleted inserted replaced
2497:3582bf76420e 2508:b92c45f2bc75
32 #ifdef TARGET_ARCH_sparc 32 #ifdef TARGET_ARCH_sparc
33 # include "nativeInst_sparc.hpp" 33 # include "nativeInst_sparc.hpp"
34 #endif 34 #endif
35 #ifdef TARGET_ARCH_zero 35 #ifdef TARGET_ARCH_zero
36 # include "nativeInst_zero.hpp" 36 # include "nativeInst_zero.hpp"
37 #endif
38 #ifdef TARGET_ARCH_arm
39 # include "nativeInst_arm.hpp"
40 #endif
41 #ifdef TARGET_ARCH_ppc
42 # include "nativeInst_ppc.hpp"
37 #endif 43 #endif
38 44
39 class RegisteredProbes; 45 class RegisteredProbes;
40 typedef jlong OpaqueProbes; 46 typedef jlong OpaqueProbes;
41 47

mercurial