On 05/03/2024 22:57, mandy.ch...@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