Add back the work-arounds for broken apps that assume JNI uses direct references.

Note that we'll need to add support for this to jni_compiler too.

Change-Id: I7e31ab4314ba913cde4629544addd0aad9a89b3b
diff --git a/src/indirect_reference_table.h b/src/indirect_reference_table.h
index 4a8833c..86c1293 100644
--- a/src/indirect_reference_table.h
+++ b/src/indirect_reference_table.h
@@ -275,7 +275,7 @@
     return table_[ExtractIndex(iref)];
   }
 
-  // TODO: only used for workAroundAppJniBugs support.
+  // TODO: remove when we remove work_around_app_jni_bugs support.
   bool Contains(IndirectRef iref) const;
 
   /*