Zdenek Jonas
Zdenek Jonas
What is the current status of this feature? Thank you.
Please do sync merge with master first... now we have a lot of changes that are already in master...
@rfichtner Here I'm not sure if it is correct to list all versions in the dependency for transitive dependencies. Example: for module: ``` [INFO] ------------< one.microstream:microstream-storage-embedded >------------ [INFO] Building MicroStream...
https://medium.com/graalvm/instant-netty-startup-using-graalvm-native-image-generation-ed6f14ff7692 here are some information how native images are built
https://github.com/oracle/graal/blob/master/substratevm/REFLECTION.md Docu about reflection in GraalVM **Unsafe accesses** The Unsafe class, although its use is discouraged, provides direct access to memory of Java objects. The Unsafe.objectFieldOffset() method provides the offset...
> I can't imagine there is no solution for that because a lot of libraries (and very public ones) use it. No solution would mean none of those libraries would...
> > https://medium.com/graalvm/instant-netty-startup-using-graalvm-native-image-generation-ed6f14ff7692 > > here are some information how native images are built > > I don't know if this information is meant as a reply to my comment....
> If it does not work on Graal, then the question is: How does it have to be changed to access sun.misc.Unsafe on Graal? > Or, if sun.misc.Unsafe does not...
https://github.com/microstream-one/microstream/pull/229