view test/runtime/6929067/T.java @ 2458:98c560260039

7034513: enable fast accessors and empty methods for ZERO and -Xint Reviewed-by: kvn, iveresov
author never
date Wed, 06 Apr 2011 16:02:50 -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");
  }
}