view test/runtime/6929067/T.java @ 7946:6fbe8a57549d

8006827: new hotspot build - hs25-b18 Reviewed-by: jcoomes
author amurillo
date Fri, 25 Jan 2013 03:03:23 -0800
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");
  }
}