hotspot/src/share/vm/code/vmreg.hpp
changeset 14631 526804361522
parent 13963 e5b53c306fb5
child 22807 1cf02ef734e2
--- a/hotspot/src/share/vm/code/vmreg.hpp	Mon Nov 26 15:11:55 2012 +0100
+++ b/hotspot/src/share/vm/code/vmreg.hpp	Thu Dec 06 09:57:41 2012 -0800
@@ -27,21 +27,8 @@
 
 #include "memory/allocation.hpp"
 #include "utilities/globalDefinitions.hpp"
-#ifdef TARGET_ARCH_x86
-# include "register_x86.hpp"
-#endif
-#ifdef TARGET_ARCH_sparc
-# include "register_sparc.hpp"
-#endif
-#ifdef TARGET_ARCH_zero
-# include "register_zero.hpp"
-#endif
-#ifdef TARGET_ARCH_arm
-# include "register_arm.hpp"
-#endif
-#ifdef TARGET_ARCH_ppc
-# include "register_ppc.hpp"
-#endif
+#include "asm/register.hpp"
+
 #ifdef COMPILER2
 #include "opto/adlcVMDeps.hpp"
 #include "utilities/ostream.hpp"