Removing note about 7u60 from master, which is Java 8+ only

This commit is contained in:
Chris Earle 2015-09-17 16:43:22 -04:00
parent ffe50d5021
commit ce50269e0a
1 changed files with 0 additions and 4 deletions

View File

@ -64,10 +64,6 @@ public class GroovyScriptEngineService extends AbstractComponent implements Scri
/**
* The setting to enable or disable <code>invokedynamic</code> instruction support in Java 7+.
* <p>
* This should only be used with Java 7u60 or later because of issues related to the instruction.
* The <code>invokedynamic</code> instruction allows near-Java performance from many of Groovy's
* dynamic features, which is why it is enabled by default.
* <p>
* Note: If this is disabled because <code>invokedynamic</code> is causing issues, then the Groovy
* <code>indy</code> jar needs to be replaced by the non-<code>indy</code> variant of it on the classpath (e.g.,
* <code>groovy-all-2.4.4-indy.jar</code> should be replaced by <code>groovy-all-2.4.4.jar</code>).