diff options
| -rwxr-xr-x | test/652-deopt-intrinsic/run | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/test/652-deopt-intrinsic/run b/test/652-deopt-intrinsic/run index 97d1ff16bb..1acedf9add 100755 --- a/test/652-deopt-intrinsic/run +++ b/test/652-deopt-intrinsic/run @@ -15,4 +15,8 @@ # limitations under the License. # Ensure this test is not subject to code collection. -exec ${RUN} "$@" --runtime-option -Xjitinitialsize:32M +# We also need at least a few invocations of the method Main.$noinline$doCall +# to ensure the inline cache sees the two types being passed to the method. Pass +# a large number in case there's some weights on some invocation kinds (eg +# compiler to interpreter transitions). +exec ${RUN} "$@" --runtime-option -Xjitinitialsize:32M --runtime-option -Xjitthreshold:1000 |