summaryrefslogtreecommitdiff
path: root/compiler/jni/jni_compiler_test.cc
diff options
context:
space:
mode:
author Roland Levillain <rpl@google.com> 2017-07-12 10:38:10 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2017-07-12 10:38:10 +0000
commit08dd84adab79f98b2f2e7dfbccf8ef6b07cd3f2e (patch)
treef171c11372ad3826d91853a0e125be14e12d029d /compiler/jni/jni_compiler_test.cc
parent8ea20746896a5930d99b74d54213ff5a742ae937 (diff)
parent97c46466aea25ab63a99b3d1afc558f0d9f55abb (diff)
Merge "Introduce a Marking Register in ARM64 code generation."
Diffstat (limited to 'compiler/jni/jni_compiler_test.cc')
-rw-r--r--compiler/jni/jni_compiler_test.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/jni/jni_compiler_test.cc b/compiler/jni/jni_compiler_test.cc
index b34d9385c8..6ce7d75da6 100644
--- a/compiler/jni/jni_compiler_test.cc
+++ b/compiler/jni/jni_compiler_test.cc
@@ -49,6 +49,9 @@ extern "C" JNIEXPORT jint JNICALL Java_MyClassNatives_sbar(JNIEnv*, jclass, jint
return count + 1;
}
+// TODO: In the Baker read barrier configuration, add checks to ensure
+// the Marking Register's value is correct.
+
namespace art {
enum class JniKind {