Skip to content

Commit

Permalink
Apply option renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
gilles-duboscq committed Jul 21, 2019
1 parent 2d44b3b commit b64f157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/mx.vm/mx_vm_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def run_java(self, args, out=None, err=None, cwd=None, nonZeroIsFatal=False):
hotspot_vm_args += ['-agentlib:native-image-agent=config-output-dir=' + str(config.config_dir)]

if self.hotspot_pgo:
hotspot_vm_args += ['-Dgraal.ProfilesCollectExperimental=true']
hotspot_vm_args += ['-Dgraal.PGOInstrument=true']

if config.extra_agent_run_args:
hotspot_run_args += config.extra_profile_run_args if self.hotspot_pgo else config.extra_agent_run_args
Expand Down

0 comments on commit b64f157

Please sign in to comment.