RFR: 8289610: Degrade Thread.stop [v4]

Alan Bateman alanb at openjdk.org
Thu Sep 22 07:12:29 UTC 2022


On Thu, 22 Sep 2022 04:36:08 GMT, Joe Darcy <darcy at openjdk.org> wrote:

> Consider using an implSpec tag here.

implSpec is usually for default methods or overrideable methods. In this case, Thread.stop is final so code that extends Thread can't override and change the behavior. So it's not clear to me that implSpec would be useful as it would duplicate the description in the generated javadoc.

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

PR: https://git.openjdk.org/jdk/pull/10230



More information about the client-libs-dev mailing list