summaryrefslogtreecommitdiff
path: root/test/files/presentation/t7678
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@gmail.com>2015-07-06 20:12:53 +0200
committerLukas Rytz <lukas.rytz@gmail.com>2015-07-07 14:33:54 +0200
commite9c742e1d27c41ee8646ea20dfb59efbc3d94ef3 (patch)
tree32ce64bba9d2c2efef5799c5312825e5dbeff08b /test/files/presentation/t7678
parent4e9be26c1d0ea4818b54c1f882a2972f439b6e39 (diff)
downloadscala-e9c742e1d27c41ee8646ea20dfb59efbc3d94ef3.tar.gz
scala-e9c742e1d27c41ee8646ea20dfb59efbc3d94ef3.tar.bz2
scala-e9c742e1d27c41ee8646ea20dfb59efbc3d94ef3.zip
Accessibility checks for methods with an InvokeDynamic instruction
Implements the necessary tests to check if a method with an InvokeDynamic instruction can be inlined into a destination class. Only InvokeDynamic instructions with LambdaMetaFactory as bootstrap methods can be inlined. The accessibility checks cannot be implemented generically, because it depends on what the bootstrap method is doing. In particular, the bootstrap method receives a Lookup object as argument which can be used to access private methods of the class where the InvokeDynamic method is located. A comment in the inliner explains the details.
Diffstat (limited to 'test/files/presentation/t7678')
-rw-r--r--test/files/presentation/t7678/Runner.scala3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/files/presentation/t7678/Runner.scala b/test/files/presentation/t7678/Runner.scala
index e45f057ff1..14d6dc2a70 100644
--- a/test/files/presentation/t7678/Runner.scala
+++ b/test/files/presentation/t7678/Runner.scala
@@ -1,6 +1,3 @@
-/*
- * filter: inliner warnings; re-run with
- */
import scala.tools.nsc.interactive.tests._
import scala.reflect.internal.util._