langtools/make/test/HelloWorld.apt.gold.txt
author msheppar
Sat, 15 Nov 2014 18:26:29 +0000
changeset 27720 aa3983c8fbee
parent 10 06bc494ca11e
permissions -rw-r--r--
8015692: java.net.BindException is thrown on Windows XP when HTTP server is started and stopped in the loop. Summary: join the dispatcher thread in the ServerImpl.stop method to ensure Dispatcher is finished prior to exiting stop(). Reviewed-by: chegar


/**
 * This class is used to test the results of the langtools build.
 */
public class HelloWorld {

  public HelloWorld();

  /**
   * The old standby!
   * @param args The parameters are ignored.
   */
  public static void main(java.lang.String... args);

  /**
   * This declaration is for the benefit of javah tests.
   */
  public native void test();
}