aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/runtime/dtraceJSDT.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/vm/runtime/dtraceJSDT.hpp')
-rw-r--r--src/share/vm/runtime/dtraceJSDT.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/share/vm/runtime/dtraceJSDT.hpp b/src/share/vm/runtime/dtraceJSDT.hpp
index 15febe459..d6c80c737 100644
--- a/src/share/vm/runtime/dtraceJSDT.hpp
+++ b/src/share/vm/runtime/dtraceJSDT.hpp
@@ -35,6 +35,12 @@
#ifdef TARGET_ARCH_zero
# include "nativeInst_zero.hpp"
#endif
+#ifdef TARGET_ARCH_arm
+# include "nativeInst_arm.hpp"
+#endif
+#ifdef TARGET_ARCH_ppc
+# include "nativeInst_ppc.hpp"
+#endif
class RegisteredProbes;
typedef jlong OpaqueProbes;