aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/prims/jvmtiClassFileReconstituter.cpp
diff options
context:
space:
mode:
authorbobv <none@none>2011-02-02 11:35:26 -0500
committerbobv <none@none>2011-02-02 11:35:26 -0500
commitfcae5e930005acaa0202b3c03961cc7d83d86928 (patch)
tree0e5103ccb56211d7414e5588bc269aeefb598171 /src/share/vm/prims/jvmtiClassFileReconstituter.cpp
parent04747e65790fe8c03e109926f18741246ad7d96c (diff)
7016023: Enable building ARM and PPC from src/closed repository
Reviewed-by: dholmes, bdelsart
Diffstat (limited to 'src/share/vm/prims/jvmtiClassFileReconstituter.cpp')
-rw-r--r--src/share/vm/prims/jvmtiClassFileReconstituter.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/share/vm/prims/jvmtiClassFileReconstituter.cpp b/src/share/vm/prims/jvmtiClassFileReconstituter.cpp
index 16bdd1291..fa08cf712 100644
--- a/src/share/vm/prims/jvmtiClassFileReconstituter.cpp
+++ b/src/share/vm/prims/jvmtiClassFileReconstituter.cpp
@@ -36,6 +36,12 @@
#ifdef TARGET_ARCH_zero
# include "bytes_zero.hpp"
#endif
+#ifdef TARGET_ARCH_arm
+# include "bytes_arm.hpp"
+#endif
+#ifdef TARGET_ARCH_ppc
+# include "bytes_ppc.hpp"
+#endif
// FIXME: add Deprecated, LVT, LVTT attributes
// FIXME: fix Synthetic attribute
// FIXME: per Serguei, add error return handling for constantPoolOopDesc::copy_cpool_bytes()