view test/runtime/6929067/T.java @ 4417:648a7873cea2

Made it possible to build and run the client and server VM with a new '--vm' option to 'mx build' and a global option of the same name.
author Doug Simon <doug.simon@oracle.com>
date Mon, 30 Jan 2012 22:17:01 +0100
parents 3b3d12e645e7
children
line wrap: on
line source

public class T
{
  public static boolean foo(boolean bar)
  {
    return bar;
  }

  public static void printIt()
  {
    System.out.println("Hello");
  }
}