We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d67fb5 commit 29db5d3Copy full SHA for 29db5d3
compiler/mx.compiler/mx_graal_benchmark.py
@@ -526,7 +526,7 @@ def whitebox_dependency(dist):
526
def filter_distribution(self, dist):
527
return super(JMHDistWhiteboxBenchmarkSuite, self).filter_distribution(dist) and \
528
any(JMHDistWhiteboxBenchmarkSuite.whitebox_dependency(dist)) and \
529
- not any(dep.name.startswith('com.oracle.truffle.enterprise.dispatch.jmh') for dep in dist.deps)
+ not any(dep.name.startswith('com.oracle.truffle.enterprise.jmh') for dep in dist.deps)
530
531
532
def extraVmArgs(self):
0 commit comments