OSDN Git Service

Fix circular dependencies for ContainsBootClassLoaderNonImageClass
authorMathieu Chartier <mathieuc@google.com>
Tue, 24 Nov 2015 23:37:12 +0000 (15:37 -0800)
committerMathieu Chartier <mathieuc@google.com>
Wed, 25 Nov 2015 19:55:43 +0000 (11:55 -0800)
commit945c1c1386d58ccf910fc693c3ac6fd98740ceb5
tree5898466c205faa805e4a50550f5bdeb119e1d194
parent685af12dab9c6927d94310376ebac79f1afa2095
Fix circular dependencies for ContainsBootClassLoaderNonImageClass

Old behavior incorrectly updated the memoization array when there was
a circular dependency. The new behavior is to not update the array
in this case.

Bug: 25839261
Change-Id: I081c97c4f7a62a783fdaf2afbe23ea380ef6946d
compiler/image_writer.cc
compiler/image_writer.h