HiddenClassDefiner causes warning: sun.misc.Unsafe::staticFieldBase will be removed in a future release
Open
- Dominant language
- Java
- Stars
- 12.7k
- Forks
- 1.7k
- Avg merge
- 11m
- Merged PRs (30d)
- 2
Description
With Guice 7.0.0:
When running guice with Java 24, you'll get the following warning:
> WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
WARNING: sun.misc.Unsafe::staticFieldBase has been called by com.google.inject.internal.aop.HiddenClassDefiner (jrt:/com.google.guice)
WARNING: Please consider reporting this to the maintainers of class com.google.inject.internal.aop.HiddenClassDefiner
WARNING: sun.misc.Unsafe::staticFieldBase will be removed in a future release
Contributor guide
Assessment
This issue has not been assessed yet.