view test/runtime/6929067/T.java @ 17725:b4ce4e9eb97d

8037305: new hotspot build - hs25.20-b07 Reviewed-by: jcoomes
author amurillo
date Thu, 13 Mar 2014 10:18:59 -0700
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");
  }
}