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
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
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
> 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