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 08:45:33 +0000 (09:45 +0100)
commitafd06414598e011693137ba044e38756609b2179
treefe75ed1f0b7e0d7af27872287e68822fa69aceee
parent97d207c3beba0a4ed6402e882c5909c5ac5bde6d
Use compiling class instead of outer class for access checks.

bug:21869678
Change-Id: Ica6ecc759adc76950dcfe9d4d859dd593a742c62
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]