guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: classpath-jamvm-wrappers: Run JamVM with conservative option


From: Ricardo Wurmus
Subject: 01/02: gnu: classpath-jamvm-wrappers: Run JamVM with conservative options.
Date: Mon, 26 Mar 2018 02:06:02 -0400 (EDT)

rekado pushed a commit to branch rhel6
in repository guix.

commit 14521b1eb8cf05ef0f57ecc2e289e2afc98650b7
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Mar 26 00:30:45 2018 +0200

    gnu: classpath-jamvm-wrappers: Run JamVM with conservative options.
    
    * gnu/packages/java.scm (classpath-jamvm-wrappers)[arguments]: Pass extra
    options to JamVM.
---
 gnu/packages/java.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 7aa73cf..10c17dd 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]