changeset 21800:b343319f3dbb

removed reference to Graal
author Doug Simon <doug.simon@oracle.com>
date Tue, 09 Jun 2015 00:42:50 +0200
parents 10f28849c1ec
children ea56cec1de34
files src/cpu/ppc/vm/jvmciGlobals_ppc.hpp
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/cpu/ppc/vm/jvmciGlobals_ppc.hpp	Tue Jun 09 00:28:56 2015 +0200
+++ b/src/cpu/ppc/vm/jvmciGlobals_ppc.hpp	Tue Jun 09 00:42:50 2015 +0200
@@ -28,11 +28,11 @@
 #include "utilities/globalDefinitions.hpp"
 #include "utilities/macros.hpp"
 
-// Sets the default values for platform dependent flags used by the Graal compiler.
-// (see graalGlobals.hpp)
+// Sets the default values for platform dependent flags used by the JVMCI compiler.
+// (see jvmciGlobals.hpp)
 
-#ifdef COMPILERGRAAL
+#ifdef COMPILERJVMCI
 #error Unimplemented
-#endif // COMPILERGRAAL
+#endif // COMPILERJVMCI
 
-#endif // CPU_PPC_VM_GRAALGLOBALS_PPC_HPP
+#endif // CPU_PPC_VM_JVMCIGLOBALS_PPC_HPP