On Wed, 27 Apr 2022 14:12:40 GMT, Daniel Fuchs <dfu...@openjdk.org> wrote:
>> Michael McMahon has updated the pull request incrementally with one >> additional commit since the last revision: >> >> updated test > > test/jdk/jdk/net/ExtendedSocketOption/DontFragmentTest.java line 44: > >> 42: >> 43: public static void main(String[] args) throws IOException { >> 44: isMacos = System.getProperty("os.name").equals("Mac OS X"); > > I believe there's a test library class that does that. I never remember what > the os.name is supposed to look like. Okay. It's `Platform.isOSX()` ------------- PR: https://git.openjdk.java.net/jdk/pull/8419