1 /*
   2  * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
   3  * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
   4  */
   5 
   6 /*
   7  * @test
   8  * @bug 4990825
   9  * @library ../../../lib/testlibrary
  10  * @build JstatdHelper
  11  * @run main/othervm/timeout=60 TestJstatdPortAndServer
  12  */
  13 public class TestJstatdPortAndServer {
  14 
  15     public static void main(String[] args) throws Throwable {
  16         JstatdHelper.testPortAndServer();
  17     }
  18 
  19 }