view test/runtime/6929067/T.java @ 4799:4e80db53c323

7129512: new hotspot build - hs23-b11 Reviewed-by: jcoomes
author amurillo
date Sat, 14 Jan 2012 00:52:39 -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");
  }
}