Re: Isolated Methods JEP

2016-08-14 Thread Mark Roos
My expectations would be for faster load time and a simpler implementation. In my application I do think that the need to use a tool like ASM to handle the complexity of class file generation is the primary bottleneck. Getting rid of computing the various data structures and placing them in the co

Re: Isolated Methods JEP

2016-08-14 Thread Mark Roos
John mentioned         There's a fiber frame system struggling to emerge here. This is interesting.  The approaches I have looked at involve lots of code rewriting especially to capture the stack as its unwound.  Are you thinking of some approach where the exception could capture the stack as it w