OSDN Git Service

Fix CreateLinearAlloc bug
authorMathieu Chartier <mathieuc@google.com>
Tue, 22 Sep 2015 18:04:26 +0000 (11:04 -0700)
committerMathieu Chartier <mathieuc@google.com>
Tue, 22 Sep 2015 18:04:26 +0000 (11:04 -0700)
commit017ed0b936539dba1bb6f1d9b2bd81798b471966
tree24cee7c2bafe0d931081d3869cfc7ca78f748e47
parentb64d5832879f462ed146f0b012ea0bf62255b643
Fix CreateLinearAlloc bug

Should have been using IsAotCompiler since the JIT has IsCompiler
as true but no low 4 GB arena pool.

Fixes 64 bit JIT tests.

Change-Id: Idc4d3e66c573eacd31ae85c66f8493b418d221d7
runtime/runtime.cc