mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-08 22:19:18 +00:00
This fix adds a check for port == 0 to MulticastSocket's 2-arg send method to ensure a consistent exception is thrown across platforms Reviewed-by: dfuchs