Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use groovy-x.y.z-indy jar for better scripting performance #8183

Merged
merged 1 commit into from Oct 21, 2014

Conversation

pickypg
Copy link
Member

@pickypg pickypg commented Oct 21, 2014

Using the Groovy jar with the indy (short for invokedynamic) classifier enables usage of the invokedynamic instruction available in Java 7+. Due to buggy JVMs, it should only be used with Java 7u60 or later.

Closes #8182

Using the Groovy jar with the indy (short for `invokedynamic`) classifier enables usage of the `invokedynamic` instruction available in Java 7+. Due to buggy JVMs, it should only be used with Java 7u60 or later.
@rmuir
Copy link
Contributor

rmuir commented Oct 21, 2014

Looks good.

@pickypg pickypg added v1.5.0 and removed v1.5.0 labels Oct 21, 2014
pickypg added a commit that referenced this pull request Oct 21, 2014
Use groovy-x.y.z-indy jar for better scripting performance
@pickypg pickypg merged commit eee0cf0 into elastic:master Oct 21, 2014
@pickypg pickypg deleted the feature/groovy-jdk7-8182 branch October 21, 2014 18:14
@jpountz jpountz removed the review label Oct 21, 2014
@clintongormley clintongormley added >enhancement :Core/Infra/Scripting Scripting abstractions, Painless, and Mustache labels Jun 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Core/Infra/Scripting Scripting abstractions, Painless, and Mustache >enhancement good first issue low hanging fruit v2.0.0-beta1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Groovy jar - Use Java 7 version
4 participants