diff src/share/vm/graal/graalCodeInstaller.hpp @ 10411:67fa9b3e10ed

renamed codeInstaller_<cpu>.hpp to graalCodeInstaller_<cpu>.hpp
author Doug Simon <doug.simon@oracle.com>
date Wed, 19 Jun 2013 15:46:28 +0200
parents 0f7ca53be929
children 0ba44a5a8420
line wrap: on
line diff
--- a/src/share/vm/graal/graalCodeInstaller.hpp	Wed Jun 19 15:43:40 2013 +0200
+++ b/src/share/vm/graal/graalCodeInstaller.hpp	Wed Jun 19 15:46:28 2013 +0200
@@ -114,10 +114,10 @@
 };
 
 #ifdef TARGET_ARCH_x86
-# include "codeInstaller_x86.hpp"
+# include "graalCodeInstaller_x86.hpp"
 #endif
 #ifdef TARGET_ARCH_sparc
-# include "codeInstaller_sparc.hpp"
+# include "graalCodeInstaller_sparc.hpp"
 #endif
 #ifdef TARGET_ARCH_zero
 # error