Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tool/jt.rb
Original file line number Diff line number Diff line change
@@ -422,8 +422,9 @@ def run(*args)
jruby_args << '-J-classpath' << "#{dir}/build/sulong.jar"
nfi_classes = File.expand_path('../graal-core/mxbuild/graal/com.oracle.nfi/bin', dir)
jruby_args << '-J-classpath' << nfi_classes
jruby_args << '-J-XX:-UseJVMCIClassLoader'
end

jruby_args << '-J-XX:-UseJVMCIClassLoader'
end

if args.delete('--asm')

0 comments on commit 22159f9

Please sign in to comment.