view test/runtime/6929067/T.java @ 20539:1fa6d1542e32

8059655: new hotspot build - hs25.40-b15 Reviewed-by: jcoomes
author amurillo
date Fri, 10 Oct 2014 03:19:30 -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");
  }
}