We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ee0251 commit ef50adfCopy full SHA for ef50adf
argparser.cpp
@@ -320,6 +320,7 @@ bool ArgParser::parseArgs(int argc, char *argv[]) {
320
javaOptions.push_back("-XX:+TieredCompilation");
321
javaOptions.push_back("-XX:TieredStopAtLevel=1");
322
javaOptions.push_back("-Djruby.compile.mode=OFF");
323
+ javaOptions.push_back("-Djruby.compile.invokedynamic=false");
324
progArgs.push_back(*it); // allow JRuby to process it too
325
} else if (it->compare(ARG_NAME_SAMPLE) == 0) {
326
javaOptions.push_back("-Xprof");
0 commit comments