summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Calin Juravle <calin@google.com> 2015-12-15 12:02:50 +0000
committer Calin Juravle <calin@google.com> 2015-12-15 12:02:50 +0000
commit0675becf83c2856e7a6a135eeb4e6714262c75e5 (patch)
tree754e50d04f712f4e81f4f147a2c4bbbf305e8033
parent34021dd9bf1f396f01f32bb1b6c100538018127c (diff)
Lower jitthreshold for jit profile test.
The test still proves to be flacky on the build bots. Lowering the threshold will trigger compilation earlier. Change-Id: Iacabf88d9fbd2a15fd3456f817402c9aaf3ec766
-rw-r--r--test/554-jit-profile-file/run4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/554-jit-profile-file/run b/test/554-jit-profile-file/run
index 52908c73b3..f93b32f5c7 100644
--- a/test/554-jit-profile-file/run
+++ b/test/554-jit-profile-file/run
@@ -18,6 +18,6 @@ exec ${RUN} \
-Xcompiler-option --compiler-filter=interpret-only \
--runtime-option -Xjitsaveprofilinginfo \
--runtime-option -Xusejit:true \
- --runtime-option -Xjitwarmupthreshold:10 \
- --runtime-option -Xjitthreshold:100 \
+ --runtime-option -Xjitwarmupthreshold:2 \
+ --runtime-option -Xjitthreshold:4 \
"${@}"