changeset 10417:acc1c61ba408

Add one more register in Register pressure configuration for Compressed Oops
author Christos Kotselidis <christos.kotselidis@oracle.com>
date Wed, 19 Jun 2013 12:24:38 +0200
parents d61ad4aff3a8
children ff3c23a329ed
files mx/commands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mx/commands.py	Tue Jun 18 21:52:55 2013 +0200
+++ b/mx/commands.py	Wed Jun 19 12:24:38 2013 +0200
@@ -932,7 +932,7 @@
 
         _vmbuild = 'product'
         t = Task('BootstrapWithRegisterPressure:product')
-        vm(['-G:RegisterPressure=rbx,r11,r14,xmm3,xmm11,xmm14', '-esa', '-version'])
+        vm(['-G:RegisterPressure=rbx,r11,r10,r14,xmm3,xmm11,xmm14', '-esa', '-version'])
         tasks.append(t.stop())
 
         _vmbuild = 'product'