diff options
| author | 2019-07-10 19:59:11 +0000 | |
|---|---|---|
| committer | 2019-07-10 19:59:11 +0000 | |
| commit | a89cf59a4f8b5567b832355370fb20b1c79a4d79 (patch) | |
| tree | 5902b3fd2e68be9ef7e4fda262a499425a36fb59 /java | |
| parent | 3af8661af787053fe1b08c29dc236f048cc3c1cc (diff) | |
| parent | ee5c60384f5dbbcd1f81dedce979e8b7c6150fe0 (diff) | |
Merge "Tune invocations and print full diagnostics on crash for d8 and r8."
Diffstat (limited to 'java')
| -rw-r--r-- | java/config/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/config/config.go b/java/config/config.go index 6ade6493f..d017ae67f 100644 --- a/java/config/config.go +++ b/java/config/config.go @@ -52,7 +52,7 @@ func init() { pctx.StaticVariable("JavacHeapSize", "2048M") pctx.StaticVariable("JavacHeapFlags", "-J-Xmx${JavacHeapSize}") - pctx.StaticVariable("DexFlags", "-JXX:+TieredCompilation -JXX:TieredStopAtLevel=1") + pctx.StaticVariable("DexFlags", "-JXX:OnError='cat hs_err_pid%p.log' -JXX:CICompilerCount=6 -JXX:+UseDynamicNumberOfGCThreads") pctx.StaticVariable("CommonJdkFlags", strings.Join([]string{ `-Xmaxerrs 9999999`, |