You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set --sun-misc-unsafe-memory-access=warn (JEP 498)
- JDK 26 will set it to deny and throw on Unsafe mem access method
usage
- gives us more time to update the dependencies (till JDK 27)
Set -J-Dguice_custom_class_loading=CHILD
- this will lead guice to code paths which don't use Unsafe for class
definition
(e.g it won't use com.google.inject.internal.aop.HiddenClassDefiner)
- maven 4 uses the same trick (maven/pull/11002)
0 commit comments