me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/java.scm (classpath-jamvm-wrappers)[arguments]: Pass extra
options to JamVM.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -481,7 +481,7 @@ the standard javac executable.")))
(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)