OSDN Git Service

Use compiling class instead of referrer for access checks.
authorNicolas Geoffray <ngeoffray@google.com>
Fri, 19 Jun 2015 12:32:41 +0000 (13:32 +0100)
committerNicolas Geoffray <ngeoffray@google.com>
Mon, 22 Jun 2015 13:12:19 +0000 (14:12 +0100)
commit7d59309458c69e1b2b2e85be5acc150979198f6f
tree4d5d30e6ee792ec05d31c60bc26b5f10cc5745b1
parent1e256bf257e8d97df9b2178ae8658b731ca2d662
Use compiling class instead of referrer for access checks.

bug:21869670

(cherry picked from commit 30451743493bc2f589e96d68ab98f557461f97f9)

Change-Id: Ia18986797d166470801e7a9a690c054d2dc57952
compiler/optimizing/builder.cc
compiler/optimizing/builder.h
test/507-referrer/expected.txt [new file with mode: 0644]
test/507-referrer/info.txt [new file with mode: 0644]
test/507-referrer/src/Main.java [new file with mode: 0644]
test/507-referrer/src/p1/InPackage.java [new file with mode: 0644]