hotspot/src/share/vm/compiler/disassembler.cpp
changeset 40010 e32d5e545789
parent 38658 34f9c45625d8
child 42650 1f304d0c888b
--- a/hotspot/src/share/vm/compiler/disassembler.cpp	Mon Jul 25 18:52:59 2016 +0000
+++ b/hotspot/src/share/vm/compiler/disassembler.cpp	Wed Jul 13 12:23:05 2016 +0200
@@ -35,24 +35,7 @@
 #include "runtime/os.hpp"
 #include "runtime/stubCodeGenerator.hpp"
 #include "runtime/stubRoutines.hpp"
-#ifdef TARGET_ARCH_x86
-# include "depChecker_x86.hpp"
-#endif
-#ifdef TARGET_ARCH_sparc
-# include "depChecker_sparc.hpp"
-#endif
-#ifdef TARGET_ARCH_zero
-# include "depChecker_zero.hpp"
-#endif
-#ifdef TARGET_ARCH_arm
-# include "depChecker_arm.hpp"
-#endif
-#ifdef TARGET_ARCH_ppc
-# include "depChecker_ppc.hpp"
-#endif
-#ifdef TARGET_ARCH_aarch64
-# include "depChecker_aarch64.hpp"
-#endif
+#include CPU_HEADER(depChecker)
 #ifdef SHARK
 #include "shark/sharkEntry.hpp"
 #endif