view test/runtime/6929067/T.java @ 17463:0b9c7eb6658b

8030752: new hotspot build - hs25-b65 Reviewed-by: jcoomes
author amurillo
date Fri, 20 Dec 2013 08:48:27 -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");
  }
}