OSDN Git Service

Fix in reference type propagation
authorCalin Juravle <calin@google.com>
Fri, 16 Oct 2015 15:28:46 +0000 (16:28 +0100)
committerCalin Juravle <calin@google.com>
Fri, 16 Oct 2015 16:51:02 +0000 (17:51 +0100)
commit54d8f4bc810e7e0767f44cb77e5706a232b644bb
treec6894555e7590bad0ae4bee565e64b8907651f4f
parentddb2a98fc557753a8080f23bea79bec3b89fee2c
Fix in reference type propagation

We miss updating the type of objects if their nullability gets updated
first.

Bug: 25008765
(cherry picked from commit 83853392e26b2aa48328bb90c9f9c57b32c280dc)

Change-Id: I81aa759d96008251d74f941494abe74aa4b52bdc
compiler/optimizing/reference_type_propagation.cc
test/529-checker-rtp-bug/expected.txt [new file with mode: 0644]
test/529-checker-rtp-bug/info.txt [new file with mode: 0644]
test/529-checker-rtp-bug/src/Main.java [new file with mode: 0644]