Re: RFR: 8344077: Remove security manager dependency in java.io [v3]

2024-11-19 Thread Brian Burkhalter
On Tue, 19 Nov 2024 07:56:55 GMT, Alan Bateman wrote: >> Brian Burkhalter has updated the pull request incrementally with one >> additional commit since the last revision: >> >> 836: Revert spurious inclusion of SCTP changes > > src/java.base/share/classes/java/io/FileInputStream.java lin

Re: RFR: 8344077: Remove security manager dependency in java.io [v3]

2024-11-19 Thread Alan Bateman
On Mon, 18 Nov 2024 21:56:12 GMT, Brian Burkhalter wrote: >> Expunge the use of the `SecurityManager`, `AccessController`, and the like >> from the `java.io` package. > > Brian Burkhalter has updated the pull request incrementally with one > additional commit since the last revision: > > 834

Re: RFR: 8344077: Remove security manager dependency in java.io [v3]

2024-11-18 Thread Lance Andersen
On Mon, 18 Nov 2024 21:56:12 GMT, Brian Burkhalter wrote: >> Expunge the use of the `SecurityManager`, `AccessController`, and the like >> from the `java.io` package. > > Brian Burkhalter has updated the pull request incrementally with one > additional commit since the last revision: > > 834

Re: RFR: 8344077: Remove security manager dependency in java.io [v3]

2024-11-18 Thread Naoto Sato
On Mon, 18 Nov 2024 21:56:12 GMT, Brian Burkhalter wrote: >> Expunge the use of the `SecurityManager`, `AccessController`, and the like >> from the `java.io` package. > > Brian Burkhalter has updated the pull request incrementally with one > additional commit since the last revision: > > 834

Re: RFR: 8344077: Remove security manager dependency in java.io [v3]

2024-11-18 Thread Brian Burkhalter
> Expunge the use of the `SecurityManager`, `AccessController`, and the like > from the `java.io` package. Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision: 836: Revert spurious inclusion of SCTP changes - Changes