Skip to content

Commit

Permalink
Add ticket number to comment
Browse files Browse the repository at this point in the history
  • Loading branch information
liufengyun committed Dec 6, 2023
1 parent d9ef8db commit 7b1fd18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substratevm/mx.substratevm/mx_substratevm_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ def extra_profile_run_arg(self, benchmark, args, image_run_args, should_strip_ru

def extra_image_build_argument(self, benchmark, args):
# Don't wrap the option `-H:-ParseRuntimeOptions` with `mx_sdk_vm_impl.svm_experimental_options`, as all args are wrapped already.
# The reason to add `-H:CompilationExpirationPeriod` is that we encounter non-deterministic compiler crash due to expiration.
# The reason to add `-H:CompilationExpirationPeriod` is that we encounter non-deterministic compiler crash due to expiration (GR-50701).
return super().extra_image_build_argument(benchmark, args) + ['-H:-ParseRuntimeOptions', '-H:CompilationExpirationPeriod=600']

def extra_run_arg(self, benchmark, args, image_run_args):
Expand Down

0 comments on commit 7b1fd18

Please sign in to comment.