langtools/make/test/HelloWorld.apt.gold.txt
author xuelei
Sat, 28 Jul 2012 19:42:50 -0700
changeset 14212 faa4afc89a09
parent 10 06bc494ca11e
permissions -rw-r--r--
7186286: TLS implementation to better adhere to RFC Summary: also reviewed by Alexander Fomin <Alexander.Fomin@Oracle.COM>, Andrew Gross<Andrew.Gross@Oracle.COM>, Sean Coffey<Sean.Coffey@Oracle.COM> Reviewed-by: valeriep, wetmore


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