changeset 14780:aaecb0ca0c7d

fixed hard coded reference to JDK7
author Doug Simon <doug.simon@oracle.com>
date Thu, 27 Mar 2014 09:46:31 +0100
parents 0a2c211e9cd1
children d2038d372cd2
files mx/mx_graal.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mx/mx_graal.py	Thu Mar 27 09:45:39 2014 +0100
+++ b/mx/mx_graal.py	Thu Mar 27 09:46:31 2014 +0100
@@ -584,7 +584,7 @@
         if not exists(vmDir):
             if mx.get_os() != 'windows':
                 chmodRecursive(jdk, JDK_UNIX_PERMISSIONS)
-            mx.log('Creating VM directory in JDK7: ' + vmDir)
+            mx.log('Creating VM directory in JDK: ' + vmDir)
             os.makedirs(vmDir)
 
         def filterXusage(line):