On Wed, 23 Apr 2025 10:10:54 GMT, Viktor Klang <vkl...@openjdk.org> wrote:

> This Pull Request replaces the uses of Field + setAccessible to modify final 
> fields in java.util.concurrent with Unsafe.

Seems these are used mainly for cloning: is it possible for us to just use 
`readResolve` to resolve an alternative object?

-------------

PR Comment: https://git.openjdk.org/jdk/pull/24821#issuecomment-2824433372

Reply via email to