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
When running on the latest JDK-24-dev (or on JDK-23+ with --sun-misc-unsafe-memory-access=deny)
WARNING:Please consider reporting this to the maintainers of classscala.runtime.LazyVals$
WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
WARNING:A terminally deprecated method in sun.misc.Unsafe has been called
WARNING: sun.misc.Unsafe::objectFieldOffset has been called by scala.runtime.LazyVals$
Expectation
No warnings
The text was updated successfully, but these errors were encountered:
Compiler version
Reproduces with:
3.3.1
3.4.1
3.5.1
3.6.1
Minimized example
Output
When running on the latest JDK-24-dev (or on JDK-23+ with
--sun-misc-unsafe-memory-access=deny
)Expectation
No warnings
The text was updated successfully, but these errors were encountered: