comparison mx.jvmci/mx_jvmci.py @ 22427:9c55f608b79e

Generate jvmci.make with all defined dependencies/bootclasspath regardless availability in the current enviornment
author Stefan Anzinger <stefan.anzinger@oracle.com>
date Mon, 17 Aug 2015 12:10:55 +0200
parents e5f1d4e023f3
children a1b0a76567c7
comparison
equal deleted inserted replaced
22426:f45c8b5add13 22427:9c55f608b79e
1659 'shortunittest' : [shortunittest, '[unittest options] [--] [VM options] [filters...]', mx_unittest.unittestHelpSuffix], 1659 'shortunittest' : [shortunittest, '[unittest options] [--] [VM options] [filters...]', mx_unittest.unittestHelpSuffix],
1660 'vm': [vm, '[-options] class [args...]'], 1660 'vm': [vm, '[-options] class [args...]'],
1661 'deoptalot' : [deoptalot, '[n]'], 1661 'deoptalot' : [deoptalot, '[n]'],
1662 'longtests' : [longtests, ''], 1662 'longtests' : [longtests, ''],
1663 'jol' : [jol, ''], 1663 'jol' : [jol, ''],
1664 'makefile' : [mx_jvmci_makefile.build_makefile, 'build makefiles for JDK build'], 1664 'makefile' : [mx_jvmci_makefile.build_makefile, 'build makefiles for JDK build', None, {'keepUnsatisfiedDependencies': True}],
1665 }) 1665 })
1666 1666
1667 mx.add_argument('--vmcwd', dest='vm_cwd', help='current directory will be changed to <path> before the VM is executed', default=None, metavar='<path>') 1667 mx.add_argument('--vmcwd', dest='vm_cwd', help='current directory will be changed to <path> before the VM is executed', default=None, metavar='<path>')
1668 mx.add_argument('--installed-jdks', help='the base directory in which the JDKs cloned from $JAVA_HOME exist. ' + 1668 mx.add_argument('--installed-jdks', help='the base directory in which the JDKs cloned from $JAVA_HOME exist. ' +
1669 'The VM selected by --vm and --vmbuild options is under this directory (i.e., ' + 1669 'The VM selected by --vm and --vmbuild options is under this directory (i.e., ' +