diff src/share/vm/graal/graalCodeInstaller.hpp @ 15123:7ccd2a1df0fa

made SPARC compile again; moved graalCodeInstaller_<arch>.hpp to .cpp files
author twisti
date Tue, 15 Apr 2014 12:01:51 -1000
parents 5c71dcf0915d
children a2ec1ac769e4
line wrap: on
line diff
--- a/src/share/vm/graal/graalCodeInstaller.hpp	Tue Apr 15 21:35:37 2014 +0200
+++ b/src/share/vm/graal/graalCodeInstaller.hpp	Tue Apr 15 12:01:51 2014 -1000
@@ -130,20 +130,4 @@
  */
 Method* getMethodFromHotSpotMethod(oop hotspot_method);
 
-#ifdef TARGET_ARCH_x86
-# include "graalCodeInstaller_x86.hpp"
-#endif
-#ifdef TARGET_ARCH_sparc
-# include "graalCodeInstaller_sparc.hpp"
-#endif
-#ifdef TARGET_ARCH_zero
-# error
-#endif
-#ifdef TARGET_ARCH_arm
-# error
-#endif
-#ifdef TARGET_ARCH_ppc
-# error
-#endif
-
 #endif // SHARE_VM_GRAAL_GRAAL_CODE_INSTALLER_HPP