From a5ca8ebef24e38348213cef31417a4ccc7c3dd1a Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Fri, 24 Aug 2018 13:39:13 +0100 Subject: Default to usejit:true. Manually verified places that could be affected (go/lem, buildbots, CTS). Also adjust two tests expecting JIT. bug: 64164063 Test: m and tests Change-Id: I6dc441f0f58203546480a0f7220ad4d9cd593fd3 --- test/638-checker-inline-cache-intrinsic/run | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/638-checker-inline-cache-intrinsic') diff --git a/test/638-checker-inline-cache-intrinsic/run b/test/638-checker-inline-cache-intrinsic/run index f43681dd56..15403100f5 100644 --- a/test/638-checker-inline-cache-intrinsic/run +++ b/test/638-checker-inline-cache-intrinsic/run @@ -14,4 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. +# Set threshold to 100 to math the iterations done in the test. +# Pass --verbose-methods to only generate the CFG of these methods. exec ${RUN} --jit --runtime-option -Xjitthreshold:100 -Xcompiler-option --verbose-methods=inlineMonomorphic,knownReceiverType,stringEquals $@ -- cgit v1.2.3-59-g8ed1b