commit | afd06414598e011693137ba044e38756609b2179 | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Sat Jun 20 22:44:47 2015 +0100 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Mon Jun 22 09:45:33 2015 +0100 |
tree | fe75ed1f0b7e0d7af27872287e68822fa69aceee | |
parent | 97d207c3beba0a4ed6402e882c5909c5ac5bde6d [diff] [blame] |
Use compiling class instead of outer class for access checks. bug:21869678 Change-Id: Ica6ecc759adc76950dcfe9d4d859dd593a742c62
diff --git a/test/508-referrer-method/info.txt b/test/508-referrer-method/info.txt new file mode 100644 index 0000000..5f533e7 --- /dev/null +++ b/test/508-referrer-method/info.txt
@@ -0,0 +1,2 @@ +Regression test for the optimizing compiler, which used +to do incorrect access checks on static calls when inlining.