Open-Source JPMS / Panama Projects?

Samuel Audet samuel.audet at gmail.com
Thu Mar 18 01:26:09 UTC 2021


JavaCPP uses sun.misc.Unsafe and supports modules too:
https://github.com/bytedeco/javacpp
It wouldn't be a problem to add support for Panama FMA either.
Contributions are welcome! :)

Samuel

On 3/18/21 7:24 AM, leerho wrote:
> Hi,
> Is anyone aware of an open-source project that has actually migrated their
> code from Java < 9 to a multi module JPMS?  Especially one that has had to
> deal with access to JVM internals like *Unsafe*.  If the project is also
> implementing the Panama FMA that would be an extra bonus! :)
> 
> It would be helpful to see a more complete example than the toy examples
> given in most tutorials.
> 
> Thanks,
> Lee.
> 


More information about the panama-dev mailing list