changeset 21078:9cc0395dcd36

improved javadoc for InvocationPlugin.inlineOnly()
author Doug Simon <doug.simon@oracle.com>
date Tue, 21 Apr 2015 15:55:09 +0200
parents 4cba24bef2ee
children 5454085a08a7
files graal/com.oracle.graal.graphbuilderconf/src/com/oracle/graal/graphbuilderconf/InvocationPlugin.java
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.graal.graphbuilderconf/src/com/oracle/graal/graphbuilderconf/InvocationPlugin.java	Wed Apr 22 15:04:01 2015 +0200
+++ b/graal/com.oracle.graal.graphbuilderconf/src/com/oracle/graal/graphbuilderconf/InvocationPlugin.java	Tue Apr 21 15:55:09 2015 +0200
@@ -45,6 +45,7 @@
 
     /**
      * Determines if this plugin can only be used when inlining the method is it associated with.
+     * That is, this plugin cannot be used when the associated method is the compilation root.
      */
     default boolean inlineOnly() {
         return isSignaturePolymorphic();