Re: RFR: 8302659: Modernize Windows native code for NetworkInterface

2023-02-16 Thread Daniel Fuchs
On Thu, 16 Feb 2023 14:32:15 GMT, Rich DiCroce wrote: > Improves performance and correctness, as discussed on the net-dev mailing > list. FWIW - there is a perl script located in `make/scripts/normalizer.pl` that can be run on modified sources to fix up whitespace and CRLF issues when jcheck

RFR: 8302659: Modernize Windows native code for NetworkInterface

2023-02-16 Thread Rich DiCroce
Improves performance and correctness, as discussed on the net-dev mailing list. - Commit messages: - Fix whitespace issues - Remove executable bit from NetworkInterface.c - Rewrite Windows native code for NetworkInterface to improve performance and correctness Changes: https://gi