summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--runtime/intrinsics_list.h1
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