Skip to content

Commit

Permalink
[Truffle] Remove extra flag for the JVMCI compiler, it's not needed w…
Browse files Browse the repository at this point in the history
…ith GraalVM.
eregon committed Jun 16, 2016

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent ae51596 commit f4c6f1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tool/jt.rb
Original file line number Diff line number Diff line change
@@ -493,7 +493,6 @@ def run(*args)

if args.delete('--graal')
env_vars["JAVACMD"] = Utilities.find_graal
jruby_args << '-J-Djvmci.Compiler=graal'
end

if args.delete('--js')

0 comments on commit f4c6f1c

Please sign in to comment.