RFR: 8355369: Remove setAccessible usage for setting final fields in java.util.concurrent
Raffaello Giulietti
rgiulietti at openjdk.org
Wed Apr 23 14:16:51 UTC 2025
On Wed, 23 Apr 2025 10:10:54 GMT, Viktor Klang <vklang at openjdk.org> wrote:
> This Pull Request replaces the uses of Field + setAccessible to modify final fields in java.util.concurrent with Unsafe.
I guess the intent is just to have the minimal patch to come away from `setAccessible()`.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24821#issuecomment-2824455033
More information about the core-libs-dev
mailing list