view test/runtime/6929067/T.java @ 20487:88467a76a382

8058798: new hotspot build - hs25.40-b12 Reviewed-by: jcoomes
author amurillo
date Fri, 19 Sep 2014 02:23:20 -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");
  }
}