test/jdk/java/net/MulticastSocket/Reuse.java
changeset 57846 01d9a1cff83a
parent 47216 71c04702a3d5
--- a/test/jdk/java/net/MulticastSocket/Reuse.java	Thu Aug 22 10:41:07 2019 -0700
+++ b/test/jdk/java/net/MulticastSocket/Reuse.java	Thu Aug 22 18:54:56 2019 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2019, 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
@@ -24,6 +24,11 @@
 import java.net.MulticastSocket;
 import java.net.BindException;
 
+/*
+ * @test
+ * @summary Check if MulticastSocket sets SO_REUSEADDR
+ */
+
 public class Reuse {
     public static void main(String[] args) throws Exception {
         MulticastSocket s1, s2;