RFD: Can we remove the deprecated internal Unsafe *Object* methods?

Alan Bateman Alan.Bateman at oracle.com
Wed Mar 6 09:22:21 UTC 2024


On 05/03/2024 22:57, mandy.chung at oracle.com wrote:
> These deprecated methods were added to make jsr166.jar to run on 
> different JDK releases.  I think it's time to remove these deprecated 
> xxxObject* methods as the renames have been done since JDK 12 for 5 
> years.

Yes, I think they can be removed. They aren't accessible outside of the 
JDK so nothing should be dependent on them.

-Alan


More information about the core-libs-dev mailing list