changeset 10966:19648527ec72

Merge
author Christos Kotselidis <christos.kotselidis@oracle.com>
date Mon, 05 Aug 2013 10:44:46 +0200
parents 050eba23554e (diff) 9024b2eb8434 (current diff)
children d0aeaf72c7bd 4c0f7b396be6 a7b2dc8e05a0
files
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mx/commands.py	Sun Aug 04 12:27:59 2013 -0700
+++ b/mx/commands.py	Mon Aug 05 10:44:46 2013 +0200
@@ -954,6 +954,11 @@
         t = Task('BootstrapWithGCVerification:product')
         vm(['-XX:+UnlockDiagnosticVMOptions', '-XX:+VerifyBeforeGC', '-XX:+VerifyAfterGC', '-version'])
         tasks.append(t.stop())
+    
+        _vmbuild = 'product'
+        t = Task('BootstrapWithG1GCVerification:product')
+        vm(['-XX:+UnlockDiagnosticVMOptions', '-XX:-UseSerialGC','-XX:+UseG1GC','-XX:+UseNewCode','-XX:+VerifyBeforeGC', '-XX:+VerifyAfterGC', '-version'])
+        tasks.append(t.stop())
 
         _vmbuild = 'product'
         t = Task('BootstrapWithRegisterPressure:product')