diff graal/com.oracle.graal.nodes/src/com/oracle/graal/nodes/spi/MacroSubstitution.java @ 16483:3c3cd36a3836

moved signatureToMethodDescriptor(Signature sig) from MetaUtil to be a default method in Signature
author Doug Simon <doug.simon@oracle.com>
date Thu, 10 Jul 2014 23:02:34 +0200
parents 2ed6b9c832be
children
line wrap: on
line diff
--- a/graal/com.oracle.graal.nodes/src/com/oracle/graal/nodes/spi/MacroSubstitution.java	Thu Jul 10 22:51:38 2014 +0200
+++ b/graal/com.oracle.graal.nodes/src/com/oracle/graal/nodes/spi/MacroSubstitution.java	Thu Jul 10 23:02:34 2014 +0200
@@ -57,8 +57,7 @@
     boolean isStatic() default true;
 
     /**
-     * Gets the {@linkplain MetaUtil#signatureToMethodDescriptor signature} of the substituted
-     * method.
+     * Gets the {@linkplain Signature#toMethodDescriptor signature} of the substituted method.
      * <p>
      * If the default value is specified for this element, then the signature of the substituted
      * method is the same as the substitute method.
@@ -82,7 +81,7 @@
     /**
      * Determines if this method should be substituted in all cases, even if inlining thinks it is
      * not important.
-     * 
+     *
      * 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.
      */