using modules for caching

Jochen Theodorou blackdrag at gmx.org
Wed Dec 2 12:40:10 UTC 2015


Hi,

I was wondering if it will be possible to reuse module information between runs.. Currently I am collecting a lot of reflective information and use it to build a meta class system, which I then need to do method invocations, what fields are available and other things like that. Since that can take a while I was wondering if it is possible to cache this information which made me wonder if there is something that allows me to interact with modules to know if their composition has changed compared to the last run. For example that all classes in module X are still the same. I was thinking that the JVM itself would use this kind of information for runtime images, thus maybe there are ways to get this kind of information? 

bye Jochen


More information about the jigsaw-dev mailing list