Re: RFR: 8344056: Use markdown format for man pages [v4]

2024-11-17 Thread Iris Clark
On Fri, 15 Nov 2024 14:50:21 GMT, Magnus Ihse Bursie wrote: >> Currently, the man pages are stored as troff (a text format) in the open >> repo, and a content-wise identical copy is stored as markdown (another text >> format) in the closed repo. >> >> Since markdown is preferred to troff in te

Re: RFR: 8344218: Remove calls to SecurityManager and and doPrivileged in java.net.NetworkInterface after JEP 486 integration [v2]

2024-11-17 Thread Alan Bateman
On Sun, 17 Nov 2024 09:24:59 GMT, Eirik Bjørsnøs wrote: > Okay, so "not only security manager related then" :-) The current > implementation does return null on checkPermission failure, but yes, there > are other ways null may be returned. JEP 486 removed the sentence "If a security manager is

Re: RFR: 8344218: Remove calls to SecurityManager and and doPrivileged in java.net.NetworkInterface after JEP 486 integration [v2]

2024-11-17 Thread Eirik Bjørsnøs
On Sun, 17 Nov 2024 06:35:34 GMT, Alan Bateman wrote: >> Eirik Bjørsnøs has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Revert method description changes for getHardwareAddress > > src/java.base/share/classes/java/net/NetworkInterface.ja

Re: RFR: 8344218: Remove calls to SecurityManager and and doPrivileged in java.net.NetworkInterface after JEP 486 integration [v2]

2024-11-17 Thread Eirik Bjørsnøs
> Please review this PR which cleans up SecurityManager related code from > `java.net.NetworkInterface` after JEP-486. > > The specification of four methods in NetworkInterface is updated to reflect > that these methods no longer uses `SecurityManager` to filter the results > such that a subset