OpenJDK / graal / graal-jvmci-8
changeset 8223:b9eb0d939e60
Add bootstrap with register pressure to gate tests.
author | Roland Schatz <roland.schatz@oracle.com> |
---|---|
date | Tue, 12 Mar 2013 15:07:20 +0100 |
parents | 7a81fbcd67bb |
children | df68f316a4c8 |
files | mx/commands.py |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mx/commands.py Tue Mar 12 14:24:46 2013 +0100 +++ b/mx/commands.py Tue Mar 12 15:07:20 2013 +0100 @@ -818,6 +818,10 @@ tasks.append(t.stop()) _vmbuild = 'product' + t = Task('BootstrapWithRegisterPressure:product') + vm(['-G:RegisterPressure=rbx,r11,r14,xmm3,xmm11,xmm14', '-esa', '-version']) + tasks.append(t.stop()) + originalVm = _vm _vm = 'server' # hosted mode t = Task('UnitTests:hosted-product')