comparison mx/mx_graal.py @ 15594:62738ce98804

mx: set _minVersion to 1.8
author Gilles Duboscq <duboscq@ssw.jku.at>
date Mon, 12 May 2014 11:43:36 +0200
parents e381346a8223
children 40f13c935d8b
comparison
equal deleted inserted replaced
15593:e381346a8223 15594:62738ce98804
78 """ Prefix for running the VM. """ 78 """ Prefix for running the VM. """
79 _vm_prefix = None 79 _vm_prefix = None
80 80
81 _make_eclipse_launch = False 81 _make_eclipse_launch = False
82 82
83 # @CallerSensitive introduced in 7u25 83 _minVersion = mx.VersionSpec('1.8')
84 _minVersion = mx.VersionSpec('1.7.0_25')
85 84
86 JDK_UNIX_PERMISSIONS = 0755 85 JDK_UNIX_PERMISSIONS = 0755
87 86
88 def isVMSupported(vm): 87 def isVMSupported(vm):
89 if 'client' in vm and len(platform.mac_ver()[0]) != 0: 88 if 'client' in vm and len(platform.mac_ver()[0]) != 0: