view test/runtime/6929067/T.java @ 20603:063338b89a56

8062589: new hotspot build - hs25.40-b18 Reviewed-by: jcoomes
author amurillo
date Fri, 31 Oct 2014 11:13:41 -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");
  }
}