mirror of
https://github.com/openjdk/jdk.git
synced 2026-07-12 04:05:26 +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