diff options
author | 2024-06-11 11:56:32 +0300 | |
---|---|---|
committer | 2024-08-13 06:55:02 +0000 | |
commit | ccbbe37bb19c714be0beac4d21bbe7abc214738c (patch) | |
tree | 8251a215da3cd45851c2882ff530031f495be760 | |
parent | 75e123b2850ac20123351341d7b23400fed229af (diff) |
Add reference to image version location
Change-Id: Ia285581daca2719c4e8a8559531155c07310f7f0
-rw-r--r-- | runtime/intrinsics_list.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/intrinsics_list.h b/runtime/intrinsics_list.h index c079839fca..1d5b5edb15 100644 --- a/runtime/intrinsics_list.h +++ b/runtime/intrinsics_list.h @@ -38,6 +38,7 @@ // // Note: adding a new intrinsic requires an art image version change, // as the modifiers flag for some ArtMethods will need to be changed. +// The image version is located in runtime/oat/image.cc // // Note: j.l.Integer.valueOf says kNoThrow even though it could throw an // OOME. The kNoThrow should be renamed to kNoVisibleThrow, as it is ok to |