OSDN Git Service

Use compiling class instead of outer class for access checks.
authorNicolas Geoffray <ngeoffray@google.com>
Sat, 20 Jun 2015 21:44:47 +0000 (22:44 +0100)
committerNicolas Geoffray <ngeoffray@google.com>
Mon, 22 Jun 2015 13:26:30 +0000 (14:26 +0100)
commitc48c7e6a540a0e23ff26ce12e2fe94adefd8ed48
tree08061212000c98d00ae4b7c5ef590fe234433a53
parent7d59309458c69e1b2b2e85be5acc150979198f6f
Use compiling class instead of outer class for access checks.

bug:21869678

(cherry picked from commit afd06414598e011693137ba044e38756609b2179)

Change-Id: I982ccdf46e3f4d0cc1901439e0bc2dcfa0fc661f
compiler/optimizing/builder.cc
test/508-referrer-method/expected.txt [new file with mode: 0644]
test/508-referrer-method/info.txt [new file with mode: 0644]
test/508-referrer-method/src/Main.java [new file with mode: 0644]
test/508-referrer-method/src/p1/InPackage.java [new file with mode: 0644]
test/508-referrer-method/src/p1/PackagePrivateA.java [new file with mode: 0644]
test/508-referrer-method/src/p1/PublicB.java [new file with mode: 0644]
test/508-referrer-method/src/p1/PublicC.java [new file with mode: 0644]