langtools/make/test/HelloWorld.apt.gold.txt
author dl
Thu, 20 Dec 2012 13:44:06 +0000
changeset 14914 69bfd88e3ea1
parent 10 06bc494ca11e
permissions -rw-r--r--
8002356: Add ForkJoin common pool and CountedCompleter Reviewed-by: chegar, mduigou


/**
 * 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();
}