soot-oss / soot

Soot - A Java optimization framework
GNU Lesser General Public License v2.1
2.87k stars 706 forks source link

Fixing asm tests for newer java versions #2036

Closed MarcMil closed 9 months ago

MarcMil commented 9 months ago

Since asm tests expect specific class file formats, which is not compatible to newer Java versions, I've placed the classfiles generated with older Java compilers right into the repo so that these tests also work for newer compilers.