Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Truffle] Always use -J-XX:-UseJVMCIClassLoader for Sulong.
Browse files Browse the repository at this point in the history
chrisseaton committed May 13, 2016
1 parent 0222bd8 commit eb4c4a9
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 eb4c4a9

Please sign in to comment.