Searched refs:dacapo (Results 1 - 3 of 3) sorted by relevance

/openjdk10/hotspot/src/jdk.internal.vm.compiler/.mx.graal/
H A Dmx_graal_bench.py80 dacapo(['100', 'eclipse', '-esa'])
82 def dacapo(args): function
139 if 'dacapo' in args or 'all' in args:
142 dacapos = benchmarks_in_group('dacapo')
143 for dacapo in dacapos:
144 if dacapo not in sanitycheck.dacapoSanityWarmup.keys():
145 mx.abort('Unknown DaCapo : ' + dacapo)
146 iterations = sanitycheck.dacapoSanityWarmup[dacapo][sanitycheck.SanityCheckLevel.Benchmark]
148 benchmarks += [sanitycheck.getDacapo(dacapo, ['-n', str(iterations)])]
247 'dacapo'
[all...]
H A Dsanitycheck.py218 dacapo = mx.get_env('DACAPO_CP')
219 if dacapo is None:
222 dacapo = l.get_path(True)
226 if not isfile(dacapo) or not dacapo.endswith('.jar'):
227 mx.abort('Specified DaCapo jar file does not exist or is not a jar file: ' + dacapo)
238 return Test("DaCapo-" + name, ['-jar', mx._cygpathU2W(dacapo), name] + _noneAsEmptyList(dacapoArgs), [dacapoSuccess], [dacapoFail],
254 dacapo = mx.get_env('DACAPO_SCALA_CP')
255 if dacapo is None:
258 dacapo
[all...]
H A Dmx_graal_9.py38 from mx_graal_bench import dacapo namespace
255 # run dacapo sanitychecks
265 if t: dacapo(_noneAsEmptyList(extraVMarguments) + ['-Xbatch', 'pmd'])
270 if t: dacapo(_noneAsEmptyList(extraVMarguments) + ['-G:+LIRProfileMoves', '-G:+GenericDynamicCounters', '-XX:JVMCICounterSize=10', 'pmd'])

Completed in 44 milliseconds