Re: RFR: 8344177: Remove SecurityManager and related calls from java.management [v6]

2024-11-20 Thread Alan Bateman
On Wed, 20 Nov 2024 14:37:54 GMT, Kevin Walls wrote: >> Remove redundant SecurityManager, AccessController references >> (following on from JDK-8338411: Implement JEP 486: Permanently Disable the >> Security Manager). > > Kevin Walls has updated the pull request incrementally with two additional

Re: RFR: 8344177: Remove SecurityManager and related calls from java.management [v6]

2024-11-20 Thread Kevin Walls
On Wed, 20 Nov 2024 14:37:54 GMT, Kevin Walls wrote: >> Remove redundant SecurityManager, AccessController references >> (following on from JDK-8338411: Implement JEP 486: Permanently Disable the >> Security Manager). > > Kevin Walls has updated the pull request incrementally with two additional

Re: RFR: 8344177: Remove SecurityManager and related calls from java.management [v6]

2024-11-20 Thread Kevin Walls
On Wed, 20 Nov 2024 14:43:31 GMT, Alan Bateman wrote: > Maybe follow-up, but can you check the usage of ReflectUtil.forName in > MBeanServerFactory.loadBuilderClass. Happy to do that, yes as it may change module xports maybe it's better I look at that separately. Actually I've missed a few R

Re: RFR: 8344177: Remove SecurityManager and related calls from java.management [v6]

2024-11-20 Thread Kevin Walls
> Remove redundant SecurityManager, AccessController references > (following on from JDK-8338411: Implement JEP 486: Permanently Disable the > Security Manager). Kevin Walls has updated the pull request incrementally with two additional commits since the last revision: - Remove checkPackageAcc