MINOR: default to -Djruby.compile.invokedynamic=true

Fixes #7698
This commit is contained in:
Armin 2017-07-15 17:59:52 +02:00 committed by Armin Braun
parent b250b145a7
commit 03e6f4d4a9

View file

@ -51,6 +51,9 @@
# use our provided JNA always versus the system one
#-Djna.nosys=true
# Turn on JRuby invokedynamic
-Djruby.compile.invokedynamic=true
## heap dumps
# generate a heap dump when an allocation from the Java heap fails