view test/runtime/6929067/T.java @ 7578:d58b7b43031b

8006034: new hotspot build - hs25-b16 Reviewed-by: jcoomes
author amurillo
date Fri, 11 Jan 2013 02:02:51 -0800
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");
  }
}