Re: RFR: 8344446: Remove security manager dependency from module jdk.sctp [v2]

2024-11-19 Thread Brian Burkhalter
On Tue, 19 Nov 2024 16:33:49 GMT, Sean Mullan wrote: >> Brian Burkhalter has updated the pull request incrementally with one >> additional commit since the last revision: >> >> 836: Address reviewer comments > > src/jdk.sctp/unix/classes/sun/nio/ch/sctp/SctpChannelImpl.java line 1085: >

Re: RFR: 8344446: Remove security manager dependency from module jdk.sctp [v2]

2024-11-19 Thread Brian Burkhalter
> Expunge the use of the `SecurityManager`, `AccessController`, and the like > from the `jdk.sctp` module. Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision: 836: Address reviewer comments - Changes: - all: https

Re: RFR: 8344446: Remove security manager dependency from module jdk.sctp [v2]

2024-11-19 Thread Sean Mullan
On Tue, 19 Nov 2024 16:21:11 GMT, Brian Burkhalter wrote: >> Expunge the use of the `SecurityManager`, `AccessController`, and the like >> from the `jdk.sctp` module. > > Brian Burkhalter has updated the pull request incrementally with one > additional commit since the last revision: > > 834

Re: RFR: 8344446: Remove security manager dependency from module jdk.sctp [v2]

2024-11-19 Thread Alan Bateman
On Tue, 19 Nov 2024 16:21:11 GMT, Brian Burkhalter wrote: >> Expunge the use of the `SecurityManager`, `AccessController`, and the like >> from the `jdk.sctp` module. > > Brian Burkhalter has updated the pull request incrementally with one > additional commit since the last revision: > > 834

Re: RFR: 8344446: Remove security manager dependency from module jdk.sctp [v2]

2024-11-19 Thread Brian Burkhalter
On Tue, 19 Nov 2024 13:57:01 GMT, Sean Mullan wrote: >> Brian Burkhalter has updated the pull request incrementally with one >> additional commit since the last revision: >> >> 836: Address reviewer comments > > src/jdk.sctp/unix/classes/sun/nio/ch/sctp/SctpChannelImpl.java line 1085: >