summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Calin Juravle <calin@google.com> 2015-12-15 12:20:13 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2015-12-15 12:20:13 +0000
commitbd00c8226ebc28d2745ac4d0408b11c156771773 (patch)
tree5167879b54a40b2a017b4237c3d7e7556e199aa8
parentbf14c651080c31ae923ae1a75dbb82ace5adeee1 (diff)
parent0675becf83c2856e7a6a135eeb4e6714262c75e5 (diff)
Merge "Lower jitthreshold for jit profile test."
-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 \
"${@}"