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:
		
							parent
							
								
									d4fd4c3a7b
								
							
						
					
					
						commit
						ae0a5a7edc
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -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") | ||||
|  |  | |||
		Reference in a new issue