diff options
| author | 2018-08-28 08:42:37 +0000 | |
|---|---|---|
| committer | 2018-08-28 08:42:37 +0000 | |
| commit | 19379b58bd433da91230e4fe6cd96e7416d16adc (patch) | |
| tree | 8ed63cf734578fdfb275363d6970c82b24538e7b /test/638-checker-inline-cache-intrinsic/run | |
| parent | 56f64eb28b6f2c590031ca34b41ccc84bd7bf6e7 (diff) | |
| parent | a5ca8ebef24e38348213cef31417a4ccc7c3dd1a (diff) | |
Merge "Default to usejit:true."
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 $@ |