Skip to content

Commit

Permalink
Export graph
Browse files Browse the repository at this point in the history
  • Loading branch information
farquet committed Oct 25, 2019
1 parent 3ef0a31 commit 3cc097e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compiler/mx.compiler/mx_graal_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -1620,7 +1620,8 @@ def extraVmArgs(self):
extra = ['--add-exports=java.base/jdk.internal.module=ALL-UNNAMED',
'--add-exports=jdk.internal.vm.ci/jdk.vm.ci.services=ALL-UNNAMED',
'--add-exports=jdk.internal.vm.ci/jdk.vm.ci.runtime=ALL-UNNAMED',
'--add-exports=jdk.internal.vm.ci/jdk.vm.ci.meta=ALL-UNNAMED']
'--add-exports=jdk.internal.vm.ci/jdk.vm.ci.meta=ALL-UNNAMED',
'--add-exports=jdk.internal.vm.compiler/org.graalvm.compiler.graph=ALL-UNNAMED']
return extra + super(JMHDistWhiteboxBenchmarkSuite, self).extraVmArgs()

def getJMHEntry(self, bmSuiteArgs):
Expand Down

0 comments on commit 3cc097e

Please sign in to comment.