graemerocher
0cfd2ff9f4
Fix broken logic that uses null owner class
...
Fixes https://github.com/spring-projects/spring-loaded/issues/173
Fixes https://github.com/spring-projects/spring-loaded/issues/187
Fixes https://github.com/spring-projects/spring-loaded/issues/175 §
2017-03-17 14:03:48 +01:00
Andy Clement
bfb55e4c0e
WIP: default method reloading
2016-01-18 22:56:27 -08:00
Lauri Hartikka
91e3e652aa
Add support for H_NEWINVOKESPECIAL
2015-10-18 17:38:46 +03:00
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