From e1dfbf9034b597a25b8178fce6304dcc8f749a6e Mon Sep 17 00:00:00 2001 From: "Sergey V. Ignatov" Date: Fri, 28 Apr 2023 16:30:45 +0300 Subject: [PATCH] [Tests] Fixed checked functionimmediate_check.js Signed-off-by: Sergey V. Ignatov --- tests/checked/functionimmediate_check.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/checked/functionimmediate_check.js b/tests/checked/functionimmediate_check.js index 02b7cc401..d02762e05 100644 --- a/tests/checked/functionimmediate_check.js +++ b/tests/checked/functionimmediate_check.js @@ -14,7 +14,7 @@ */ //! CHECKER Checking LICM for FunctionImmediate. -//! RUN options: "--compiler-enable-jit=true --compiler-hotness-threshold=0 --compiler-profiling-threshold=0 --gc-type=g1-gc --compiler-regex _GLOBAL::test", entry: "_GLOBAL::func_main_0" +//! RUN options: "--compiler-enable-jit=true --compiler-hotness-threshold=10 --compiler-profiling-threshold=0 --gc-type=g1-gc --compiler-regex _GLOBAL::test", entry: "_GLOBAL::func_main_0" //! EVENT /Compilation,_GLOBAL::test,.*,COMPILED/ //! EVENT /Inline,_GLOBAL::test,_GLOBAL::bar,.*,SUCCESS/ //! EVENT_NOT /Deoptimization,_GLOBAL::test/ -- Gitee