diff options
Diffstat (limited to 'runtime/jni_internal.cc')
| -rw-r--r-- | runtime/jni_internal.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/jni_internal.cc b/runtime/jni_internal.cc index c893a0fc9d..7bd85ec040 100644 --- a/runtime/jni_internal.cc +++ b/runtime/jni_internal.cc @@ -2419,8 +2419,6 @@ class JNI { gc::Heap* heap = Runtime::Current()->GetHeap(); bool is_copy = array_data != elements; size_t bytes = array->GetLength() * component_size; - VLOG(heap) << "Release primitive array " << soa.Env() << " array_data " << array_data - << " elements " << elements; if (is_copy) { // Sanity check: If elements is not the same as the java array's data, it better not be a // heap address. TODO: This might be slow to check, may be worth keeping track of which |