Features
- New method
ModuleEditor#enableNativeAccess() copySwapMemoryimplement for java 8- In Java 24 and above, try marking all methods of
moe.karla.usf.unsafe.Unsafeinstances with@jdk.internal.vm.annotation.ForceInlineto optimize runtime performance. - We will now attempt to initialize using
sun.reflect.ReflectionFactoryto avoid JDK complaints aboutsun.misc.Unsafebeing used. - We will now try using
java.lang.reflect.Proxyfor system initialization.
Full Changelog: v1.4.0...v1.5.0