Re: NoClassDefFoundError using LMF against a generated class's handle

2018-06-30 Thread Volker Simonis
Hi Charlie, not sure if it helps, but incidentally I currently have a change under review [1] which chains the initial cause into NoClassDefFoundErrors. If it helps you to track down the problem please feel free to mention that on the review thread :) Regards, Volker Charles Oliver Nutter schr

Re: NoClassDefFoundError using LMF against a generated class's handle

2018-06-29 Thread Charles Oliver Nutter
To help illustrate a bit, here's a snippit of the code to create the allocator. It succeeds, but the allocator later throws NoClassDefFoundError. https://gist.github.com/headius/cce750221cf73df76cb7f7ce92c1a759 - Charlie On Fri, Jun 29, 2018 at 8:00 PM, Charles Oliver Nutter wrote: > Hello fol

NoClassDefFoundError using LMF against a generated class's handle

2018-06-29 Thread Charles Oliver Nutter
Hello folks! I'm improving JRuby's support for instance variables-as-fields, which involves generating a new JVM class with a field per instance variable in the Ruby class. The construction process for these classes involves an implementation of my "ObjectAllocator" interface, which is stored wit