Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tool/jt.rb
Original file line number Diff line number Diff line change
@@ -91,7 +91,7 @@ def rebuild

def run(*args)
env_vars = {}
jruby_args = %w[-J-cp truffle/target/jruby-truffle-9.0.0.0-SNAPSHOT.jar -X+T]
jruby_args = %w[-X+T]

{ '--asm' => '--graal' }.each_pair do |arg, dep|
args.unshift dep if args.include?(arg)
@@ -106,8 +106,6 @@ def run(*args)
jruby_args += %w[-J-XX:+UnlockDiagnosticVMOptions -J-XX:CompileCommand=print,*::callRoot]
end

env_vars['VERIFY_JRUBY'] = '1'

exec(env_vars, "#{JRUBY_DIR}/bin/jruby", *jruby_args, *args)
end

0 comments on commit 1befb7b

Please sign in to comment.