# HG changeset patch # User Doug Simon # Date 1433803370 -7200 # Node ID b343319f3dbbf19e02f58d8caad914b4456d8c8e # Parent 10f28849c1ec9c4e6bd8bd78a3b4976c75f6d73f removed reference to Graal diff -r 10f28849c1ec -r b343319f3dbb src/cpu/ppc/vm/jvmciGlobals_ppc.hpp --- 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