Commit Graph

10 Commits

Author SHA1 Message Date
Andy Clement
f887a6a0bf simple test for Issue104 - inconclusive 2015-07-12 11:25:57 -07:00
Andy Clement
1eb2a1263c Fix virtual method variant of invokedynamic reloading
Issue: #87
2015-06-28 19:30:52 -07:00
Andy Clement
1eb033f7e6 lambda reloading, invokeinterface support - fixes #82 2015-03-07 22:11:49 -08:00
Andy Clement
0787767b09 Upgrade to asm-5.0.2
This ASM has a different visitMethodInsn() instruction so
there are big changes throughout the code. The tests are running
fine but as new testcases are added related to Java8 we may need
further fixes to take account of the extra isInterface parameter
on visitMethodInsn()
2014-05-15 12:36:13 -07:00
Andy Clement
4d9e6b287b Fixes #61: support invokevirtual bootstrap method type 2014-04-28 14:10:50 -07:00
Andy Clement
ad6a825688 Allow changing of lambda SAM types (alter method descriptor)
This is currently the 'slow' implementation and actually
slows down invokeinterface too - need to get the fast version
done...
2014-02-21 09:15:27 -08:00
Andy Clement
db06b6f619 Fixing the build process for Java8 2014-02-18 09:27:23 -08:00
Andy Clement
909fd20387 more Java8 fixes 2014-02-17 16:26:37 -08:00
Andy Clement
f9a8252317 Java 8 lambda testcode 2014-02-17 16:23:53 -08:00
Andy Clement
9774e2a0d4 WIP on Java8. Looking at lambda reloading first (required invokedynamic handling) 2014-02-13 10:39:32 -08:00