On Fri, 20 Nov 2020 14:49:16 GMT, Alan Bateman <al...@openjdk.org> wrote:

> > I think it would be useful in the javadoc of the RuntimePermission targets 
> > (stopThread, etc) to add a note/link that the corresponding method that the 
> > permission applies to is terminally deprecated. Something as simple as 
> > "Note that the Thread.stop() method is terminally deprecated and will be 
> > removed in a future release."
> 
> We haven't changed Thread.stop here, I would like to get that done too but as 
> separate issue because it will require wider discussion. The main thing for 
> now is the prep work before proposing to shove ThreadGroup to the side.

Ok, but then how about putting a similar note in the javadoc for the 
RuntimePermission "modifyThreadGroup" target?

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

PR: https://git.openjdk.java.net/jdk/pull/1318

Reply via email to