< prev index next >

test/jdk/sun/tools/jstatd/TestJstatdPortAndServer.java

Print this page
rev 51789 : [mq]: asserts


   9  * This code is distributed in the hope that it will be useful, but WITHOUT
  10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12  * version 2 for more details (a copy is included in the LICENSE file that
  13  * accompanied this code).
  14  *
  15  * You should have received a copy of the GNU General Public License version
  16  * 2 along with this work; if not, write to the Free Software Foundation,
  17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18  *
  19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  */
  23 
  24 /*
  25  * @test
  26  * @bug 4990825
  27  * @key intermittent
  28  *
  29  * @library /lib/testlibrary
  30  * @library /test/lib
  31  *
  32  * @build jdk.testlibrary.* JstatdTest JstatGCUtilParser
  33  * @run main/timeout=60 TestJstatdPortAndServer
  34  */
  35 public class TestJstatdPortAndServer {
  36 
  37     public static void main(String[] args) throws Throwable {
  38         JstatdTest test = new JstatdTest();
  39         test.setUseDefaultPort(false);
  40         test.setServerName("TestJstatdServer");
  41         test.doTest();
  42     }
  43 
  44 }


   9  * This code is distributed in the hope that it will be useful, but WITHOUT
  10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12  * version 2 for more details (a copy is included in the LICENSE file that
  13  * accompanied this code).
  14  *
  15  * You should have received a copy of the GNU General Public License version
  16  * 2 along with this work; if not, write to the Free Software Foundation,
  17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18  *
  19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  */
  23 
  24 /*
  25  * @test
  26  * @bug 4990825
  27  * @key intermittent
  28  *

  29  * @library /test/lib
  30  *
  31  * @build JstatdTest JstatGCUtilParser
  32  * @run main/timeout=60 TestJstatdPortAndServer
  33  */
  34 public class TestJstatdPortAndServer {
  35 
  36     public static void main(String[] args) throws Throwable {
  37         JstatdTest test = new JstatdTest();
  38         test.setUseDefaultPort(false);
  39         test.setServerName("TestJstatdServer");
  40         test.doTest();
  41     }
  42 
  43 }
< prev index next >