# HG changeset patch # User Doug Simon # Date 1429624509 -7200 # Node ID 9cc0395dcd3695fd45e6b1a9d5717d4054c513d5 # Parent 4cba24bef2ee017642ed708b00f8343e1fc403de improved javadoc for InvocationPlugin.inlineOnly() diff -r 4cba24bef2ee -r 9cc0395dcd36 graal/com.oracle.graal.graphbuilderconf/src/com/oracle/graal/graphbuilderconf/InvocationPlugin.java --- 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();