OpenJDK / graal / graal-jvmci-8
changeset 9207:898045a71791
fix typo in MacroSubstitution and MethodSubstitution
author | Lukas Stadler <lukas.stadler@jku.at> |
---|---|
date | Mon, 22 Apr 2013 15:38:27 +0200 |
parents | c08d340ba2bf |
children | 7e3c7d55d538 |
files | graal/com.oracle.graal.api.replacements/src/com/oracle/graal/api/replacements/MethodSubstitution.java graal/com.oracle.graal.nodes/src/com/oracle/graal/nodes/spi/MacroSubstitution.java |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/graal/com.oracle.graal.api.replacements/src/com/oracle/graal/api/replacements/MethodSubstitution.java Mon Apr 22 15:38:01 2013 +0200 +++ b/graal/com.oracle.graal.api.replacements/src/com/oracle/graal/api/replacements/MethodSubstitution.java Mon Apr 22 15:38:27 2013 +0200 @@ -59,7 +59,7 @@ * Determines if this method should be substituted in all cases, even if inlining thinks it is * not important. * - * Not that this is still depending on whether inlining sees the correct call target, so it's + * Note that this is still depending on whether inlining sees the correct call target, so it's * only a hard guarantee for static and special invocations. */ boolean forced() default false;
--- a/graal/com.oracle.graal.nodes/src/com/oracle/graal/nodes/spi/MacroSubstitution.java Mon Apr 22 15:38:01 2013 +0200 +++ b/graal/com.oracle.graal.nodes/src/com/oracle/graal/nodes/spi/MacroSubstitution.java Mon Apr 22 15:38:27 2013 +0200 @@ -78,7 +78,7 @@ * Determines if this method should be substituted in all cases, even if inlining thinks it is * not important. * - * Not that this is still depending on whether inlining sees the correct call target, so it's + * Note that this is still depending on whether inlining sees the correct call target, so it's * only a hard guarantee for static and special invocations. */ boolean forced() default false;