summaryrefslogtreecommitdiff
path: root/test/junit/scala/tools/nsc/backend/jvm/opt/InlinerIllegalAccessTest.scala
Commit message (Expand)AuthorAgeFilesLines
* Better inliner support for 2.12 trait encodingLukas Rytz2016-11-251-9/+13
* Store source file paths of classes being compiled in the bytecode repoLukas Rytz2016-06-061-1/+1
* Rename -Yopt to -opt, -Yopt-warnings to -opt-warningsLukas Rytz2016-05-251-1/+1
* Better abstraction for bytecode tests. Also organize some imports.Lukas Rytz2016-05-201-17/+12
* Rename nsc.backend.jvm.CodeGenTools to testing.BytecodeTestingLukas Rytz2016-05-201-1/+1
* Reduce boilerplate in compiler JUnit tests (#5158)Jason Zaugg2016-05-161-8/+1
* SI-9684 Deprecate JavaConversionsSom Snytt2016-04-221-1/+1
* Remove -Y settings that are no longer used in 2.12Lukas Rytz2016-02-161-1/+1
* Separate hash maps in the code repo for classes being compiled or notLukas Rytz2015-08-181-1/+1
* Fix illegal inlining of instructions accessing protected membersLukas Rytz2015-05-281-6/+10
* Don't inline methods containing super calls into other classesLukas Rytz2015-03-121-13/+13
* Issue inliner warnings for callsites that cannot be inlinedLukas Rytz2015-03-111-2/+2
* Limit the size of the ByteCodeRepository cacheLukas Rytz2015-03-111-1/+1
* Don't crash the inliner in mixed compilationLukas Rytz2015-03-111-2/+2
* Looking up the ClassNode for an InternalName returns an OptionLukas Rytz2015-03-111-1/+1
* Reuse the same compiler instance for all tests in a JUnit classLukas Rytz2015-03-111-2/+10
* Find instructions that would cause an IllegalAccessError when inlinedLukas Rytz2015-03-111-0/+190