On Wed, 20 Nov 2024 13:33:27 GMT, Sean Mullan wrote:
>> src/jdk.jdi/share/classes/com/sun/tools/jdi/VirtualMachineManagerImpl.java
>> line 65:
>>
>>> 63: SecurityManager sm = System.getSecurityManager();
>>> 64: if (sm != null) {
>>> 65: JDIPermission vmmPermission =
On Wed, 20 Nov 2024 06:58:36 GMT, Andrey Turbanov wrote:
>> Trivial removal of the use of the `SecurityManager` from a single class.
>
> src/jdk.jdi/share/classes/com/sun/tools/jdi/VirtualMachineManagerImpl.java
> line 65:
>
>> 63: SecurityManager sm = System.getSecurityManager();
>> 64
On Tue, 19 Nov 2024 18:29:33 GMT, Brian Burkhalter wrote:
> Trivial removal of the use of the `SecurityManager` from a single class.
src/jdk.jdi/share/classes/com/sun/tools/jdi/VirtualMachineManagerImpl.java line
65:
> 63: SecurityManager sm = System.getSecurityManager();
> 64:
On Tue, 19 Nov 2024 18:29:33 GMT, Brian Burkhalter wrote:
> Trivial removal of the use of the `SecurityManager` from a single class.
Marked as reviewed by cjplummer (Reviewer).
-
PR Review: https://git.openjdk.org/jdk/pull/22251#pullrequestreview-2447381122
On Tue, 19 Nov 2024 18:29:33 GMT, Brian Burkhalter wrote:
> Trivial removal of the use of the `SecurityManager` from a single class.
Marked as reviewed by lmesnik (Reviewer).
-
PR Review: https://git.openjdk.org/jdk/pull/22251#pullrequestreview-2446814097
On Tue, 19 Nov 2024 18:29:33 GMT, Brian Burkhalter wrote:
> Trivial removal of the use of the `SecurityManager` from a single class.
Marked as reviewed by kevinw (Reviewer).
-
PR Review: https://git.openjdk.org/jdk/pull/22251#pullrequestreview-2446342689
Trivial removal of the use of the `SecurityManager` from a single class.
-
Commit messages:
- 8344562: Remove security manager dependency from module jdk.jdi
Changes: https://git.openjdk.org/jdk/pull/22251/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=22251&range=00
Iss