view test/runtime/6929067/T.java @ 11984:79ce055063e9

8022124: new hotspot build - hs25-b45 Reviewed-by: jcoomes
author amurillo
date Fri, 02 Aug 2013 03:06:19 -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");
  }
}