langtools/make/test/HelloWorld.apt.gold.txt
author mchung
Fri, 11 Apr 2008 10:26:26 -0700
changeset 403 dc6f4ca08b81
parent 10 06bc494ca11e
permissions -rw-r--r--
6687508: Update test/sun/management jtreg tests due to sun.management.ManagementFactory class rename Summary: Modified the jtreg tests to use ManagementFactoryHelper instead Reviewed-by: emcmanus


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