Skip to content

Commit

Permalink
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions tool/jt.rb
Original file line number Diff line number Diff line change
@@ -657,20 +657,6 @@ def test_specs(command, *args)

if args.delete('--sulong')
collect_sulong_args(env_vars, options, '-T')

dir = Utilities.find_sulong_dir
env_vars["JAVACMD"] = Utilities.find_sulong_graal(dir)

if ENV["SULONG_CLASSPATH"]
options << '-T-J-classpath' << ENV["SULONG_CLASSPATH"]
else
options << '-T-J-classpath' << "-T#{dir}/lib/*"
options << '-T-J-classpath' << "-T#{dir}/build/sulong.jar"
nfi_classes = File.expand_path('../graal-core/mxbuild/graal/com.oracle.nfi/bin', dir)
options << '-T-J-classpath' << "-T#{nfi_classes}"
end

options << '-T-J-XX:-UseJVMCIClassLoader'
end

if ENV['CI']

0 comments on commit 13b6bb6

Please sign in to comment.