gnu: classpath-jamvm-wrappers: Run JamVM with conservative options.

* gnu/packages/java.scm (classpath-jamvm-wrappers)[arguments]: Pass extra
options to JamVM.
This commit is contained in:
Ricardo Wurmus 2018-03-26 00:30:45 +02:00
parent ce5964074a
commit 40e3a197f9
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -481,7 +481,7 @@ (define classpath-jamvm-wrappers
(with-output-to-file (string-append bin tool)
(lambda _
(format #t "#!~a/bin/sh
~a/bin/jamvm -classpath ~a/share/classpath/tools.zip \
~a/bin/jamvm -Xnocompact -Xnoinlining -classpath ~a/share/classpath/tools.zip \
gnu.classpath.tools.~a.~a $@"
bash jamvm classpath tool
(if (string=? "native2ascii" tool)