--- old/src/java.base/share/native/libnet/net_util.c 2020-05-20 18:00:57.667181035 -0700 +++ new/src/java.base/share/native/libnet/net_util.c 2020-05-20 18:00:57.335174660 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1998, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1998, 2020, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -81,7 +81,6 @@ /* check if SO_REUSEPORT is supported on this platform */ REUSEPORT_available = reuseport_supported(); platformInit(); - parseExclusiveBindProperty(env); return JNI_VERSION_1_2; }