On Wed, 12 Jan 2022 15:04:04 GMT, Kevin Walls <kev...@openjdk.org> wrote:
> The HotSpotAgent.java setupDebugger method has a commmented out section > relating to possibly using RMISecurityManager. > The comment is from pre-jdk7. As RMISecurityManager has been deprecated for > a while the comments should be removed. > > This is a comment-only change, no impact on what we build, so seems trivial. > > This is slightly more relevant today as with JEP411 and plans to remove the > Security Mananger, it is natural to search the source for references to > Security Manager. Removing a false-positive from those results is a good > thing. This pull request has now been integrated. Changeset: 69339346 Author: Kevin Walls <kev...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/693393463385a966f9bf8a4569074c185c1f2863 Stats: 12 lines in 1 file changed: 0 ins; 11 del; 1 mod 8278597: Remove outdated comments regarding RMISecurityManager in HotSpotAgent.java Reviewed-by: rriggs, sspitsyn ------------- PR: https://git.openjdk.java.net/jdk/pull/7050