diff options
Diffstat (limited to 'test/638-checker-inline-cache-intrinsic/run')
-rw-r--r-- | test/638-checker-inline-cache-intrinsic/run | 2 |
1 files changed, 2 insertions, 0 deletions
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 $@ |