summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Mathieu Chartier <mathieuc@google.com> 2015-11-10 03:02:58 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2015-11-10 03:02:58 +0000
commit1b87033ed83ba03983b49237da89ce36d319b68e (patch)
tree319b3e2218153802f03c9ffedd2f477f439f44bf
parenta5c3e44663c3b9c97fe350b4191cec079738fca3 (diff)
parent21e332526c3211826ea6d3ac1761f044a60c56f4 (diff)
Merge "Delete flaky DCHECK"
-rw-r--r--runtime/mem_map.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/mem_map.cc b/runtime/mem_map.cc
index 9fef544abc..4b2ac20111 100644
--- a/runtime/mem_map.cc
+++ b/runtime/mem_map.cc
@@ -744,9 +744,6 @@ void* MemMap::MapInternal(void* addr,
off_t offset,
bool low_4gb) {
#ifdef __LP64__
-#ifndef __APPLE__
- DCHECK_EQ(flags & MAP_32BIT, 0);
-#endif
// When requesting low_4g memory and having an expectation, the requested range should fit into
// 4GB.
if (low_4gb && (