1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 19:40:46 +02:00

gnu: ecj-javac-wrapper: Run JamVM with conservative options.

* gnu/packages/java.scm (ecj-javac-wrapper)[arguments]: Add options to jamvm
invocation.
This commit is contained in:
Ricardo Wurmus 2018-03-26 00:14:44 +02:00
parent d4fd4c3a7b
commit ae0a5a7edc
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -391,6 +391,7 @@ requirement for all GNU Classpath releases after version 0.93.")
args defaults))
(apply system* ,java
(append
(list "-Xnocompact" "-Xnoinlining")
;; Remove "-J" prefix
(map (cut string-drop <> 2) vm-args)
'("org.eclipse.jdt.internal.compiler.batch.Main")