Re: JNI changes for modules

2020-08-23 Thread Florian Weimer
* Mandy Chung: > On 8/21/20 4:42 AM, Florian Weimer wrote: >> I see there's a new GetModule entry point, but I can't find anything >> that interacts directly with it. >> >> The challenge I see is that FindClass often cannot find application >> classes once modules are involved. Technically, I gue

Re: JNI changes for modules

2020-08-21 Thread Mandy Chung
On 8/21/20 4:42 AM, Florian Weimer wrote: I see there's a new GetModule entry point, but I can't find anything that interacts directly with it. The challenge I see is that FindClass often cannot find application classes once modules are involved. Technically, I guess that's not a new phenome